Skip to content

Commit 34c5483

Browse files
committed
Releasing 2.14
1 parent abb4c3f commit 34c5483

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

RELEASING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Jenkins plugin not using a release plugin.
55
* Make sure tests still run: `./gradlew test`
66
* Run locally to perform sanity check: `./gradlew server`
77
* Edit _gradle.properties_ to strip `-SNAPSHOT` from version: `vi gradle.properties`
8-
* Edit _README.adoc_ to add the new version to the [compatibility](https://github.com/jenkinsci/gradle-plugin#auto-injection-compatibility) section
98
* Ensure everything is checked in: `git commit -S -am "Releasing 1.25"`
109
* Ensure you have your Jenkins credentials in _~/.jenkins-ci.org_: `cat ~/.jenkins-ci.org`
1110
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = 2.13.2-SNAPSHOT
1+
version = 2.14
22
githubUser = jenkinsci
33
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m

0 commit comments

Comments
 (0)