Skip to content

Commit

Permalink
added release drafter file
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Nov 27, 2024
1 parent fc7f217 commit b48b58d
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@

name-template: 'Support for Liquibase Databricks 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: |
## What’s Changed
$CHANGES
## Changes
$CHANGES
**Full Changelog**: https://github.com/liquibase/liquibase-databricks/compare/liquibase-databricks-$PREVIOUS_TAG...liquibase-databricks-$RESOLVED_VERSION

0 comments on commit b48b58d

Please sign in to comment.