Skip to content

Commit

Permalink
Merge pull request #5 from Staffbase/add-release-drafter
Browse files Browse the repository at this point in the history
👷 add release drafter
  • Loading branch information
jreimone authored Jul 3, 2023
2 parents b073b77 + cb6339e commit 5f89a25
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name-template: 'Version $RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
label: 'enhancement'
- title: '🐛 Bug Fixes'
label: 'bug'
- title: '📝 Documentation'
label: 'documentation'
- title: '🚨 Dependencies'
label: 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: 'patch'
template: |
## Changes
$CHANGES
10 changes: 10 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Release Drafter

on:
push:
branches:
- main

jobs:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v2.2.0

0 comments on commit 5f89a25

Please sign in to comment.