branch: elpa/buttercup
commit c4e90012549f137552286423ee3edc03e25294b0
Author: Ola Nilsson <[email protected]>
Commit: Ola Nilsson <[email protected]>

    scripts/release: Don't push anything from the release script
---
 scripts/release | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/release b/scripts/release
index cbbf50e217..6d54b426ef 100755
--- a/scripts/release
+++ b/scripts/release
@@ -5,8 +5,6 @@ cd "$(dirname "$0")/.."
 
 main() {
     run bumpversion minor
-    run git push
-    run git push --tags
 }
 
 run() {

Reply via email to