Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Oct 4, 2023
1 parent 4f56644 commit eecf83f
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 677 deletions.
55 changes: 55 additions & 0 deletions .github/release-drafter-release.yml
@@ -0,0 +1,55 @@

name-template: 'Liquibase v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
filter-by-commitish: true
commitish: release
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: '💥 API Breaking Changes'
labels:
- 'APIBreakingChanges'
- 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

0 comments on commit eecf83f

Please sign in to comment.