mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 11:47:04 -04:00
make release script less aggro about pushing
This commit is contained in:
parent
8d4194ed36
commit
bf073b0217
2 changed files with 1 additions and 3 deletions
|
@ -21,5 +21,5 @@ git add .
|
|||
git commit -am "$VERSION release"
|
||||
git push
|
||||
git tag -a "v$VERSION" -m "v$VERSION"
|
||||
git push origin master
|
||||
git push origin
|
||||
git push origin --tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue