File tree 5 files changed +17
-22
lines changed
5 files changed +17
-22
lines changed Original file line number Diff line number Diff line change
1
+ _extends : .github
2
+ tag-template : pubsub-light-$NEXT_MINOR_VERSION
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Release Drafter
2
+ on :
3
+ push :
4
+ branches :
5
+ - master
6
+ jobs :
7
+ update_release_draft :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : release-drafter/release-drafter@v6
11
+ env :
12
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
-Pconsume-incrementals
2
2
-Pmight-produce-incrementals
3
- -Dchangelist.format=%d.v%s
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >pubsub-light</artifactId >
12
- <version >${changelist} </version >
12
+ <version >${revision}${ changelist} </version >
13
13
<packaging >hpi</packaging >
14
14
15
15
<name >Jenkins Pub-Sub "light" Bus</name >
16
16
<description >A simple Publish-Subscribe light-weight event bus for Jenkins</description >
17
17
<url >https://github.com/jenkinsci/${project.artifactId} -plugin</url >
18
18
19
19
<properties >
20
- <changelist >999999-SNAPSHOT</changelist >
20
+ <revision >1.19</revision >
21
+ <changelist >-SNAPSHOT</changelist >
21
22
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
22
23
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
23
24
<jenkins .baseline>2.361</jenkins .baseline>
You can’t perform that action at this time.
0 commit comments