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 75035d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ version-resolver:
default: patch
change-template: '- $TITLE by @$AUTHOR (PR #$NUMBER)'
template: $CHANGES
footer: '**Full Changelog**: $OWNER / $REPOSITORY https://github.com/react-ui-org/react-ui/compare/$PREVIOUS_TAG...$RESOLVED_VERSION'
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 75035d4

Please sign in to comment.