mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-17 03:54:08 +02:00
make release script less aggro about pushing
This commit is contained in:
@@ -21,5 +21,5 @@ git add .
|
|||||||
git commit -am "$VERSION release"
|
git commit -am "$VERSION release"
|
||||||
git push
|
git push
|
||||||
git tag -a "v$VERSION" -m "v$VERSION"
|
git tag -a "v$VERSION" -m "v$VERSION"
|
||||||
git push origin master
|
git push origin
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
|
@@ -17,9 +17,7 @@ cd "$REPO_DIR"
|
|||||||
|
|
||||||
# Push build to github
|
# Push build to github
|
||||||
echo "[^] Pushing release commit + tag to Github"
|
echo "[^] Pushing release commit + tag to Github"
|
||||||
git commit -am "$VERSION release"
|
|
||||||
git tag -a "v$VERSION" -m "v$VERSION"
|
git tag -a "v$VERSION" -m "v$VERSION"
|
||||||
git push origin master
|
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
echo " To finish publishing the release go here:"
|
echo " To finish publishing the release go here:"
|
||||||
echo " https://github.com/ArchiveBox/ArchiveBox/releases/new"
|
echo " https://github.com/ArchiveBox/ArchiveBox/releases/new"
|
||||||
|
Reference in New Issue
Block a user