We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9c818 commit b3f3dc6Copy full SHA for b3f3dc6
.github/release-drafter.yml
@@ -28,7 +28,7 @@ version-resolver:
28
template: |
29
## :rocket: What's Changed
30
31
- [:books: `Compare from $PREVIOUS_TAG`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$CURRENT_TAG)
+ [:books: `Compare Previous Release`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION)
32
33
$CHANGES
34
.github/workflows/release.yaml
@@ -7,8 +7,7 @@ on:
7
pull_request:
8
types: [opened, reopened, synchronize]
9
10
-permissions:
11
- contents: write
+permissions: write-all
12
13
jobs:
14
release:
0 commit comments