Skip to content

Commit b3f3dc6

Browse files
committed
ci: Update GitHub workflow configurations.
- Update release-drafter.yml to improve comparison link text - Modify permissions to `write-all` in release.yaml GitHub workflow
1 parent 0a9c818 commit b3f3dc6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version-resolver:
2828
template: |
2929
## :rocket: What's Changed
3030
31-
[:books: `Compare from $PREVIOUS_TAG`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$CURRENT_TAG)
31+
[:books: `Compare Previous Release`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION)
3232
3333
$CHANGES
3434

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
pull_request:
88
types: [opened, reopened, synchronize]
99

10-
permissions:
11-
contents: write
10+
permissions: write-all
1211

1312
jobs:
1413
release:

0 commit comments

Comments
 (0)