We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swagger-client
1 parent 6bf651f commit 53fe60aCopy full SHA for 53fe60a
release/.release-it.json
@@ -2,13 +2,12 @@
2
"safeBump": false,
3
"beforeChangelogCommand": "./release/check-for-breaking-changes.sh ${latestVersion} ${version}",
4
"changelogCommand": "./release/get-changelog.sh",
5
- "buildCommand": "npm run build",
+ "buildCommand": "npm update swagger-client && npm run test && npm run build",
6
"increment": "conventional:angular",
7
"src": {
8
"commitMessage": "release: v%s",
9
"tagName": "v%s",
10
"push": false,
11
- "beforeStartCommand": "npm run test",
12
"afterReleaseCommand": "export GIT_TAG=v${version} && echo GIT_TAG=v${version} > release/.version"
13
},
14
"github": {
0 commit comments