File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ version-resolver:
88 - ' breaking-change'
99 default : patch
1010categories :
11- - title : ' Breaking changes ⚠️ '
11+ - title : ' ⚠️ Breaking changes'
1212 label : ' breaking-change'
13+ - title : ' 🚀 Enhancements'
14+ label : ' enhancement'
15+ - title : ' 🐛 Bug Fixes'
16+ label : ' bug'
17+ - title : ' 🔒 Security'
18+ label : ' security'
1319template : |
14- ## Changes
15-
1620 $CHANGES
1721
1822 Thanks again to $CONTRIBUTORS! 🎉
File renamed without changes.
Original file line number Diff line number Diff line change 1515 with :
1616 python-version : ' 3.7'
1717 - name : Check release validity
18- run : sh scripts/check-release.sh
18+ run : sh .github/ scripts/check-release.sh
1919 - name : Install pipenv
2020 uses : dschep/install-pipenv-action@v1
2121 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments