You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asciidoc was published with incorrect version (reason: publish scripts reset git to master instead of the current branch)
** scripts should return to original branch with git checkout - (addressed Issue-802: Release script return to previous branch #1394)
To Improve
no check to see if there is already a release of the same version on github
no check to see if there is already a release of the same version on maven central
script does not fail if git push fails
ensure that there is a changelog
The text was updated successfully, but these errors were encountered:
Done
To Fix
** scripts should return to original branch with
git checkout -
(addressed Issue-802: Release script return to previous branch #1394)To Improve
The text was updated successfully, but these errors were encountered: