Skip to content

Commit

Permalink
Merge pull request #84 from jfrog/GH-83-include-changelog-in-release
Browse files Browse the repository at this point in the history
Add release.yml to define changelog format for releases
  • Loading branch information
alexhung authored Apr 26, 2023
2 parents f57a7bd + a548032 commit ceaceb5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes πŸ› 
labels:
- breaking-change
- title: Improvements/Enhancements πŸŽ‰
labels:
- enhancement
- title: Bug Fixes πŸ› 
labels:
- bug
- title: πŸ‘’ Dependencies
labels:
- dependencies
- title: Other Changes πŸ“š
labels:
- "*"
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
use: github-native

0 comments on commit ceaceb5

Please sign in to comment.