Compare commits

...

4 Commits

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

### Performance Improvements

* testing semantic release ([51ce62a](51ce62ab14))
* testing semantic release ([6549aaa](6549aaa0d2))
2021-09-11 13:37:58 +00:00
51ce62ab14 perf(): testing semantic release
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-11 15:37:50 +02:00
c526742215 Merge branch 'master' of https://git.sthope.dev/sthope/gitea_templates
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-11 15:37:17 +02:00
6549aaa0d2 perf(): testing semantic release 2021-09-11 15:37:12 +02:00
5 changed files with 14 additions and 6 deletions

View File

@ -2,11 +2,11 @@ kind: pipeline
type: docker
steps:
- name: markdownlint-cli
image: node:current-alpine
commands:
- npm install -g markdownlint-cli
- markdownlint **/*.md
# - name: markdownlint-cli
# image: node:current-alpine
# commands:
# - npm install -g markdownlint-cli
# - markdownlint **/*.md
- name: semantic-release
image: cenk1cenk2/drone-semantic-release

View File

@ -1,3 +1,11 @@
## [1.0.2](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.1...v1.0.2) (2021-09-11)
### Performance Improvements
* testing semantic release ([51ce62a](https://git.sthope.dev/sthope/gitea_templates/commit/51ce62ab1464367aa2e728326c8eed9505423194))
* testing semantic release ([6549aaa](https://git.sthope.dev/sthope/gitea_templates/commit/6549aaa0d202ff24f4e98a2c2ddbee29c17ffa18))
## [1.0.1](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.0...v1.0.1) (2021-09-11)

View File

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