Skip to content

Commit

Permalink
Prepare 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
guylabs committed Oct 27, 2022
1 parent f536c49 commit f6daab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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#compatibility) section
* 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,2 +1,2 @@
version = 1.41-SNAPSHOT
version = 2.0
githubUser = jenkinsci

0 comments on commit f6daab3

Please sign in to comment.