We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0819ea commit df1058eCopy full SHA for df1058e
chore/release-beta.sh
@@ -42,15 +42,6 @@ echo "::group::Running jreleaser"
42
JRELEASER_PROJECT_VERSION="$NEXT_BETA_VERSION" jreleaser-cli release
43
echo "::endgroup::"
44
45
-echo "::group::Reverting to old SNAPSHOT version"
46
-git revert --no-commit HEAD
47
-git commit -m "release: Reverting to SNAPSHOT version $OLD_VERSION_WITH_SNAPSHOT"
48
-git push origin "$BRANCH_NAME"
49
-echo "::endgroup::"
50
-
51
-echo "::group::Merging into master (fast-forward)"
52
-git checkout master
53
-git merge --ff-only "$BRANCH_NAME"
54
-git push origin master
+echo "::group::Delete branch"
55
git push origin --delete "$BRANCH_NAME"
56
0 commit comments