Skip to content

Commit

Permalink
Merge pull request #47 from jenkinsci/OC-117-prepare-automated-releases
Browse files Browse the repository at this point in the history
OC-117: prepare for automatic releases
  • Loading branch information
marek-parfianowicz authored Oct 6, 2023
2 parents 24118bd + e120674 commit 55e3018
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_extends: .github
version-template: $MAJOR.$MINOR.$PATCH
tag-template: clover-$NEXT_PATCH_VERSION

replacers:
- search: '/\[*OC-(\d+)\]*\s*-*\s*/g'
replace: '[OC-$1](https://github.com/openclover/clover/issues/$1) - '
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<artifactId>clover</artifactId>
<packaging>hpi</packaging>
<version>${revision}${changelist}</version>
<version>${revision}.${changelist}</version>
<name>Jenkins Clover plugin</name>
<url>https://github.com/jenkinsci/clover-plugin</url>
<developers>
Expand All @@ -31,7 +31,7 @@
<properties>
<gpg.skip>true</gpg.skip> <!-- sign only when releasing -->
<revision>4.14.0</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/clover-plugin</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.level>8</java.level>
Expand Down

0 comments on commit 55e3018

Please sign in to comment.