housekeeping(autorelease): bump swagger-client when releasing (via #4877)
* housekeeping(autorelease): bump `swagger-client` when releasing * Update .release-it.json
This commit is contained in:
@@ -2,13 +2,12 @@
|
|||||||
"safeBump": false,
|
"safeBump": false,
|
||||||
"beforeChangelogCommand": "./release/check-for-breaking-changes.sh ${latestVersion} ${version}",
|
"beforeChangelogCommand": "./release/check-for-breaking-changes.sh ${latestVersion} ${version}",
|
||||||
"changelogCommand": "./release/get-changelog.sh",
|
"changelogCommand": "./release/get-changelog.sh",
|
||||||
"buildCommand": "npm run build",
|
"buildCommand": "npm update swagger-client && npm run test && npm run build",
|
||||||
"increment": "conventional:angular",
|
"increment": "conventional:angular",
|
||||||
"src": {
|
"src": {
|
||||||
"commitMessage": "release: v%s",
|
"commitMessage": "release: v%s",
|
||||||
"tagName": "v%s",
|
"tagName": "v%s",
|
||||||
"push": false,
|
"push": false,
|
||||||
"beforeStartCommand": "npm run test",
|
|
||||||
"afterReleaseCommand": "export GIT_TAG=v${version} && echo GIT_TAG=v${version} > release/.version"
|
"afterReleaseCommand": "export GIT_TAG=v${version} && echo GIT_TAG=v${version} > release/.version"
|
||||||
},
|
},
|
||||||
"github": {
|
"github": {
|
||||||
|
|||||||
Reference in New Issue
Block a user