Skip to content

Commit

Permalink
VEND-59: Fix wrong branch in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed Jun 12, 2024
1 parent fefc166 commit f381e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ git push --tags
Then cleanup your branch and prepare the next development iteration:

```bash
git checkout main
git checkout DBCP_2_X_NX_BRANCH
git branch -D tmp-release
mvn versions:set -DnewVersion=2.12.1-NX02-SNAPSHOT -DgenerateBackupPoms=false
git commit -a -m "Post release 2.12.1-NX01"
Expand Down

0 comments on commit f381e05

Please sign in to comment.