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 cbc44eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ version-resolver:
- 'bugfix'
default: patch
change-template: '- $TITLE by @$AUTHOR (PR #$NUMBER)'
template: $CHANGES
template: |
$OWNER / $REPOSITORY
$CHANGES
**Full Changelog**: 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 cbc44eb

Please sign in to comment.