Skip to content

Commit

Permalink
Add revert section in release drafter
Browse files Browse the repository at this point in the history
Former-commit-id: 5bb1646d64f03cc01e4ecaba9958160a1aa1eafd
  • Loading branch information
inodb authored Oct 28, 2021
1 parent 286a2e3 commit 32fb4c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,23 @@ categories:
- title: '📦 Package Improvements'
labels:
- 'cl-package'
- title: '📐 Prototype'
- title: '✂️ Reverted due to critical bugs'
labels:
- 'revert'
- title: '📐 Prototype (Internal Use)'
labels:
- 'cl-prototype'
exclude-labels:
- 'skip-changelog'
- 'cl-skip-changelog'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
## 🕵️‍♀️ Full commit logs
- Backend: https://github.com/cBioPortal/cbioportal/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION
- Frontend: https://github.com/cBioPortal/cbioportal-frontend/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION
## 🏷 Notes on versioning and release procedure
## 🏷Notes on versioning and release procedure
https://docs.cbioportal.org/4.-development/release-procedure#a-note-on-versioning

0 comments on commit 32fb4c5

Please sign in to comment.