Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

19 lignes
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. }