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.

18 lines
534 B

  1. name-template: 'BSIPA $RESOLVED_VERSION'
  2. tag-template: '$RESOLVED_VERSION'
  3. categories:
  4. change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
  5. version-resolver:
  6. major:
  7. labels:
  8. - 'major'
  9. minor:
  10. labels:
  11. - 'minor'
  12. patch:
  13. labels:
  14. - 'patch'
  15. default: patch
  16. template: |
  17. [*All Changes*](https://github.com/bsmg/BeatSaber-IPA-Reloaded/compare/$PREVIOUS_TAG...$RESOLVED_VERSION)
  18. [*Documentation Permalink*](https://bsmg.github.io/BeatSaber-IPA-Reloaded/tags/$RESOLVED_VERSION/index.html)