Skip to content

Commit 8e87c37

Browse files
authored
Use release drafter v7 (#234)
Explicitly load release drafter base config from GitHub Release drafter v7 no longer accepts .github as a valid extension. The release drafter documentation (https://github.com/release-drafter/release-drafter/blob/master/docs/configuration-loading.md#fetching-from-a-repo-named-github) says The github: prefix is used internally to recognize you want to explicitly fetch from a remote (using octokit) instead of loading a file on the runtime's filesystem.
1 parent 51cca73 commit 8e87c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
22

3-
_extends: .github
3+
_extends: github:jenkinsci/.github:/.github/release-drafter.yml
44
tag-template: http_request-$NEXT_MINOR_VERSION

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# Drafts your next Release notes as Pull Requests are merged into the default branch
14-
- uses: release-drafter/release-drafter@v6
14+
- uses: release-drafter/release-drafter@v7
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)