You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 regels
595 B

  1. {
  2. "safeBump": false,
  3. "beforeChangelogCommand": "./release/check-for-breaking-changes.sh ${latestVersion} ${version}",
  4. "changelogCommand": "./release/get-changelog.sh",
  5. "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. "afterReleaseCommand": "export GIT_TAG=v${version} && echo GIT_TAG=v${version} > release/.version"
  12. },
  13. "github": {
  14. "release": true,
  15. "releaseName": "Swagger UI %s Released!",
  16. "draft": true
  17. }
  18. }