Skip to content

Commit

Permalink
Upgrade release drafter to v5.19.0
Browse files Browse the repository at this point in the history
* includes new `collapse-after` mode to automatically collapse long lists of dependency updates
* includes a fix for unmerged PRs sometimes appearing (release-drafter/release-drafter#1015)
* renamed GHA workflow file for DX reasons: the previous filename was being identified for JSON schema validation as a release drafter config file rather than as a GHA workflow. With the changed filename, IDE validation and autocompletion are now actually helpful.
  • Loading branch information
rnorth committed Mar 9, 2022
1 parent affaf19 commit 58debbf
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
Expand Up @@ -23,3 +23,4 @@ categories:
- type/test-improvement
- title: 📦 Dependency updates
label: dependencies
collapse-after: 3
Expand Up @@ -12,6 +12,6 @@ jobs:
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@2f7ebf8ab5ef7f9835ee4b0b1eebaa2a14ca1669 # v5.15.0
- uses: release-drafter/release-drafter@e9ee02fbac03d922bac6212003695e8358dd88b0 # v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 58debbf

Please sign in to comment.