Skip to content

Commit 53fe60a

Browse files
authored
housekeeping(autorelease): bump swagger-client when releasing (via #4877)
* housekeeping(autorelease): bump `swagger-client` when releasing * Update .release-it.json
1 parent 6bf651f commit 53fe60a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release/.release-it.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"safeBump": false,
33
"beforeChangelogCommand": "./release/check-for-breaking-changes.sh ${latestVersion} ${version}",
44
"changelogCommand": "./release/get-changelog.sh",
5-
"buildCommand": "npm run build",
5+
"buildCommand": "npm update swagger-client && npm run test && npm run build",
66
"increment": "conventional:angular",
77
"src": {
88
"commitMessage": "release: v%s",
99
"tagName": "v%s",
1010
"push": false,
11-
"beforeStartCommand": "npm run test",
1211
"afterReleaseCommand": "export GIT_TAG=v${version} && echo GIT_TAG=v${version} > release/.version"
1312
},
1413
"github": {

0 commit comments

Comments
 (0)