Skip to content

Commit

Permalink
chore: update release drafter template
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Feb 1, 2024
1 parent cea14f4 commit 67ba4fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@ categories:
# - 'feature'
# - 'enhancement'
[
{ title: ' Budget Tool', labels: ['Tool: Budget'] },
{ title: ' Climate Tool', labels: ['Tool: Climate'] },
{ title: ' Crop Probability Tool', labels: ['Tool: Crop Probability'] },
{ title: ' Farmer Activity Tool', labels: ['Tool: Farmer Activity'] },
{ title: ' Manual Tool', labels: ['Tool: Manual'] },
{ title: ' Monitoring Tool', labels: ['Tool: Monitoring'] },
{ title: ' Option Tool', labels: ['Tool: Option'] },
{ title: ' Resources Tool', labels: ['Tool: Resources'] },
{ title: ' Seasonal Calendar Tool', labels: ['Tool: Seasonal Calendar'] },
{ title: ' Dashboard App', labels: ['App: Dashboard'] },
{ title: ' Server App', labels: ['App: Server'] },
{ title: '🟦Budget Tool', labels: ['Tool: Budget'] },
{ title: '🟦Climate Tool', labels: ['Tool: Climate'] },
{ title: '🟦Crop Probability Tool', labels: ['Tool: Crop Probability'] },
{ title: '🟦Farmer Activity Tool', labels: ['Tool: Farmer Activity'] },
{ title: '🟦Manual Tool', labels: ['Tool: Manual'] },
{ title: '🟦Monitoring Tool', labels: ['Tool: Monitoring'] },
{ title: '🟦Option Tool', labels: ['Tool: Option'] },
{ title: '🟦Resources Tool', labels: ['Tool: Resources'] },
{ title: '🟦Seasonal Calendar Tool', labels: ['Tool: Seasonal Calendar'] },
{ title: '🟪Dashboard App', labels: ['App: Dashboard'] },
{ title: '🟪Server App', labels: ['App: Server'] },
{ title: '🟫Core Maintenance', labels: ['maintenance'] },
]
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
# Replace initial category, e.g. feat: or fix(budget):
replacers:
- search: '/^([a-z()]*):$/gi'
replace: ''
template: |
## Whats Changed
## What's Changed
$CHANGES
2 changes: 2 additions & 0 deletions .github/workflows/gh-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- refactor/release-drafter-template
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 67ba4fb

Please sign in to comment.