Skip to content

Commit

Permalink
fix: 🐛 Auto-release-notes broken
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Oct 31, 2021
1 parent 15628c4 commit 45aaeef
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,3 @@ jobs:
done
zip -r "$PLUGIN_NAME".zip "$PLUGIN_NAME"
hub release create "${assets[@]}" -a "$PLUGIN_NAME".zip -m "$TAG_NAME" "$TAG_NAME"
changelog:
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- feat
- title: Bug Fixes 🐛
labels:
- fix
- title: Other Changes
labels:
- "*"

0 comments on commit 45aaeef

Please sign in to comment.