Compare commits

...

9 Commits

Author SHA1 Message Date
14713dbedc chore(release): 1.0.3 [skip ci]
All checks were successful
continuous-integration/drone/tag Build is passing
## [1.0.3](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.2...v1.0.3) (2021-09-12)

### Performance Improvements

* testing sv ([2b9b099](2b9b0992aa))
* testing sv ([b22c8ae](b22c8ae060))
2021-09-12 10:33:39 +00:00
2b9b0992aa perf(): testing sv
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-12 12:33:30 +02:00
b22c8ae060 perf(): testing sv
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-12 12:27:30 +02:00
d3c5be76ea test(): removing badge template
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-12 11:41:28 +02:00
c2a08c7c40 test(): removing badge template
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-12 11:40:05 +02:00
f659b9d49d test(): badge json
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-12 11:38:24 +02:00
92752c0ce6 test(): badge json
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-12 11:38:01 +02:00
0311494d93 test(): badge json
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-12 11:37:17 +02:00
62e4d5dc43 test(): badge json
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-12 11:35:52 +02:00
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
## [1.0.3](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.2...v1.0.3) (2021-09-12)
### Performance Improvements
* testing sv ([2b9b099](https://git.sthope.dev/sthope/gitea_templates/commit/2b9b0992aab0ce6b0d2a0cd7a274a906d9df579c))
* testing sv ([b22c8ae](https://git.sthope.dev/sthope/gitea_templates/commit/b22c8ae06067832c8901583e27a41216b2ebaf79))
## [1.0.2](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.1...v1.0.2) (2021-09-11)

View File

@ -1,7 +1,7 @@
[Português](./README-pt-PT.md)
[<img src="https://git.sthope.dev/sthope/.gitea/raw/branch/master/avatar-sthope.png" align="right" width="13%" height="13%">](https://www.sthope.dev/)
# Project_Name &middot; [![Build Status](https://img.shields.io/drone/build/sthope/DockerContainer-RandomPort?server=https%3A%2F%2Fdrone.sthope.dev&style=plastic)](../../..) [![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=plastic&logo=appveyor)](LICENSE)
# Project_Name &middot; [![Build Status](https://img.shields.io/drone/build/sthope/DockerContainer-RandomPort?server=https%3A%2F%2Fdrone.sthope.dev&style=plastic)](../../..) [![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=plastic&logo=gitea)](LICENSE)
> 🔥[Sthope](https://www.sthope.dev)

View File

@ -1,6 +1,6 @@
{
"name": "@semantic-release/gitlab",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"license": "MIT",
"release": {

View File

@ -7,11 +7,11 @@ plugins:
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- "@semantic-release/git"
- "@semantic-release/github"
- "@saithodev/semantic-release-gitea"
verifyConditions:
- '@semantic-release/git'
- "@semantic-release/github"
- "@saithodev/semantic-release-gitea"
analyzeCommits:
- path: "@semantic-release/commit-analyzer"
releaseRules:
@ -63,10 +63,10 @@ prepare:
- path: "@semantic-release/changelog"
changelogFile: "docs/CHANGELOG.md"
publish:
- path: "@semantic-release/github"
- path: "@saithodev/semantic-release-gitea"
success:
- "@semantic-release/github"
- "@saithodev/semantic-release-gitea"
fail:
- "@semantic-release/github"
- "@saithodev/semantic-release-gitea"