Skip to content

Commit

Permalink
Release docu update: In case of problems the tag has to be removed an…
Browse files Browse the repository at this point in the history
…d by interactive rebase the two Maven commits
  • Loading branch information
svanteschubert committed Dec 20, 2023
1 parent e235e38 commit c10ed6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/site/site/content/odftoolkit_website/release-guide.mdtext
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ There are two kinds of releases a quick SNAPSHOT release, where the SNAPSHOT wil
git add .

```shell
git rebase -i HEAD~12 # drop the two maven release commits
mvn clean
mvn release:clean
mvn release:prepare

git tag -d <YOUR_RELEASE_TAG> # git tag -d odftoolkit-0.12.0
mvn release:prepare # start over
```

This will start the interactive release preparation. You need to supply Maven with the versions of the release. "release version" should be the version of the intended release (recommended value should be fine). "SCM release tag or label" should include the RC version (e.g. odftoolkit-0.10.0). "new development version" should be the current SNAPSHOT version.
Expand Down

0 comments on commit c10ed6d

Please sign in to comment.