Compare commits

..

No commits in common. "v1.0.2" and "v1.0.1" have entirely different histories.

5 changed files with 6 additions and 14 deletions

View File

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

View File

@ -1,11 +1,3 @@
## [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) ## [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", "name": "@semantic-release/gitlab",
"version": "1.0.2", "version": "1.0.1",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"release": { "release": {