Skip to content

Commit

Permalink
More testing of things
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed May 15, 2024
1 parent 9b8b977 commit 97ffc3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ template: |
## What’s Changed
$CHANGES
categories:
- title: '🚀 Features'
collapse-after: 3
label: 'enhancement'
- title: '🐛 Bug Fixes'
collapse-after: 3
labels:
- 'fix'
- 'bugfix'
- 'bug'
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: 'to-do-mvc.zip'
allowUpdates: true
updateOnlyUnreleased: true

0 comments on commit 97ffc3d

Please sign in to comment.