소스 검색

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
No known key found for this signature in database 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": {


불러오는 중...
취소
저장