Skip to content

Commit

Permalink
Merge pull request #196 from liquibase/DAT-15998
Browse files Browse the repository at this point in the history
feat(release-drafter.yml): add release drafter configuration file
  • Loading branch information
Alejandro Alvarez authored Oct 11, 2023
2 parents a7d7244 + 69c6828 commit 1b980c8
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@

name-template: 'Support for Liquibase BigQuery Extension v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
exclude-labels:
- 'skipReleaseNotes'
categories:
- title: ':green_book: Notable Changes'
labels:
- 'notableChanges'
- title: 'πŸš€ New Features'
labels:
- 'TypeEnhancement'
- 'TypeTest'
- title: 'πŸ› Bug Fixes πŸ› '
labels:
- 'TypeBug'
- title: 'πŸ’₯ Breaking Changes'
labels:
- 'breakingChanges'
- title: 'πŸ€– Security Driver and Other Updates'
collapse-after: 5
labels:
- 'sdou'
- 'dependencies'
- title: 'πŸ‘ New Contributors'
labels:
- 'newContributors'


change-template: '- (#$NUMBER) $TITLE @$AUTHOR '
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'feature'
- 'enhancement'
- 'patch'
- 'bugfix'
- 'sdou'
default: patch
template: |
## Changes
$CHANGES
**Full Changelog**: https://github.com/liquibase/liquibase-hibernate/compare/$PREVIOUS_TAG...$RESOLVED_VERSION

0 comments on commit 1b980c8

Please sign in to comment.