We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 263cc2a + 274cb9b commit e5bb118Copy full SHA for e5bb118
1 file changed
README.md
@@ -161,6 +161,15 @@ python3 release.py --release-version <release-version> --old-version <old-versio
161
* Close and release staging repository if sanity checks are successful.
162
* Update maven site report with [Action](https://github.com/siom79/japicmp/actions/workflows/mvn-site.yml)
163
164
+If the release fails, the version must be reverted and the tag created during the release has to be deleted:
165
+```bash
166
+mvn versions:set -DnewVersion=<new-version>-SNAPSHOT
167
+mvn versions:commit
168
+git push
169
+git push --delete origin japicmp-base-<new-version>
170
+```
171
+Afterward, the release action can be executed again.
172
+
173
## Contributions
174
175
Pull requests are welcome, but please follow these rules:
0 commit comments