We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb4c3f commit 34c5483Copy full SHA for 34c5483
2 files changed
RELEASING.md
@@ -5,7 +5,6 @@ Jenkins plugin not using a release plugin.
5
* Make sure tests still run: `./gradlew test`
6
* Run locally to perform sanity check: `./gradlew server`
7
* 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
9
* Ensure everything is checked in: `git commit -S -am "Releasing 1.25"`
10
* Ensure you have your Jenkins credentials in _~/.jenkins-ci.org_: `cat ~/.jenkins-ci.org`
11
```
gradle.properties
@@ -1,3 +1,3 @@
1
-version = 2.13.2-SNAPSHOT
+version = 2.14
2
githubUser = jenkinsci
3
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m
0 commit comments