File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1- _extends : .github
2- tag-template : git-$NEXT_PATCH_VERSION
1+ _extends : github:jenkinsci/ .github:/.github/release-drafter.yml
2+ tag-template : git-client- $NEXT_PATCH_VERSION
33version-template : $MAJOR.$MINOR.$PATCH
Original file line number Diff line number Diff line change 99jobs :
1010 update_release_draft :
1111 runs-on : ubuntu-latest
12+ if : github.repository_owner == 'jenkinsci'
1213 steps :
14+ # https://github.com/release-drafter/release-drafter/issues/871#issuecomment-3686135188
15+ - name : Wait for 15 seconds to ensure GraphQL consistency
16+ shell : bash
17+ run : sleep 15s
1318 # Drafts your next Release notes as Pull Requests are merged into "master"
14- - uses : release-drafter/release-drafter@v6
15- env :
16- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19+ - name : Release Drafter
20+ uses : release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
21+ with :
22+ token : ${{ secrets.GITHUB_TOKEN }}
1723
Original file line number Diff line number Diff line change 192192 <dependency >
193193 <groupId >org.testcontainers</groupId >
194194 <artifactId >testcontainers</artifactId >
195- <version >2.0.3 </version >
195+ <version >2.0.4 </version >
196196 <scope >test</scope >
197197 </dependency >
198198 <dependency >
199199 <groupId >io.github.sparsick.testcontainers.gitserver</groupId >
200200 <artifactId >testcontainers-gitserver</artifactId >
201- <version >0.13 .0</version >
201+ <version >0.14 .0</version >
202202 <scope >test</scope >
203203 </dependency >
204204 <dependency >
You can’t perform that action at this time.
0 commit comments