瀏覽代碼

housekeeping(autorelease): bump `swagger-client` when releasing (via #4877)

* housekeeping(autorelease): bump `swagger-client` when releasing
* Update .release-it.json
bubble
kyle 6 年之前
committed by GitHub
父節點
當前提交
53fe60a96a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      release/.release-it.json

+ 1
- 2
release/.release-it.json 查看文件

@@ -2,13 +2,12 @@
"safeBump": false,
"beforeChangelogCommand": "./release/check-for-breaking-changes.sh ${latestVersion} ${version}",
"changelogCommand": "./release/get-changelog.sh",
"buildCommand": "npm run build",
"buildCommand": "npm update swagger-client && npm run test && npm run build",
"increment": "conventional:angular",
"src": {
"commitMessage": "release: v%s",
"tagName": "v%s",
"push": false,
"beforeStartCommand": "npm run test",
"afterReleaseCommand": "export GIT_TAG=v${version} && echo GIT_TAG=v${version} > release/.version"
},
"github": {


Loading…
取消
儲存