Merge branch 'master' of https://git.sthope.dev/sthope/gitea_templates
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2021-09-11 15:37:17 +02:00
commit c526742215
2 changed files with 55 additions and 46 deletions

View File

@ -1,3 +1,10 @@
## [1.0.1](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.0...v1.0.1) (2021-09-11)
### Performance Improvements
* testing semantic release ([dc6ae97](https://git.sthope.dev/sthope/gitea_templates/commit/dc6ae97ca9bea3cf690826161159512c0cec641f))
# 1.0.0 (2021-09-11)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@semantic-release/gitlab",
"version": "1.1.1",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"release": {
@ -16,7 +16,10 @@
"@semantic-release/changelog",
"@semantic-release/git"
],
"branch": ["master", "next"]
"branch": [
"master",
"next"
]
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
@ -46,4 +49,3 @@
"dev:server": "ts-node-dev --inspect --transpileOnly --ignore-watch node_modules src/server.ts"
}
}