Skip to content

Commit

Permalink
Releasing 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alextu committed Dec 13, 2024
1 parent abb4c3f commit 34c5483
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Jenkins plugin not using a release plugin.
* Make sure tests still run: `./gradlew test`
* Run locally to perform sanity check: `./gradlew server`
* Edit _gradle.properties_ to strip `-SNAPSHOT` from version: `vi gradle.properties`
* Edit _README.adoc_ to add the new version to the [compatibility](https://github.com/jenkinsci/gradle-plugin#auto-injection-compatibility) section
* Ensure everything is checked in: `git commit -S -am "Releasing 1.25"`
* Ensure you have your Jenkins credentials in _~/.jenkins-ci.org_: `cat ~/.jenkins-ci.org`
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 2.13.2-SNAPSHOT
version = 2.14
githubUser = jenkinsci
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m

0 comments on commit 34c5483

Please sign in to comment.