Skip to content

Commit

Permalink
Add link to compare changes on GitHub to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Apr 24, 2024
1 parent 172d00e commit b377210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ version-resolver:
- 'bugfix'
default: patch
change-template: '- $TITLE by @$AUTHOR (PR #$NUMBER)'
template: $CHANGES
template: |
$OWNER $REPOSITORY
$CHANGES
2 changes: 1 addition & 1 deletion .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Management

on:
push:
branches: [ master ]
branches: [ master, maintenance/* ]

jobs:
test_and_build:
Expand Down

0 comments on commit b377210

Please sign in to comment.