mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-08 23:56:53 +02:00
dont release docs during release
This commit is contained in:
@@ -26,7 +26,7 @@ cd "$REPO_DIR"
|
||||
|
||||
# Push relase to public repositories
|
||||
./bin/release_git.sh
|
||||
./bin/release_docs.sh
|
||||
# ./bin/release_docs.sh
|
||||
./bin/release_pip.sh
|
||||
./bin/release_docker.sh
|
||||
|
||||
|
@@ -17,7 +17,7 @@ cd "$REPO_DIR"
|
||||
|
||||
# Push build to github
|
||||
echo "[^] Pushing release commit + tag to Github"
|
||||
git tag -a "v$VERSION" -m "v$VERSION"
|
||||
git tag -f -a "v$VERSION" -m "v$VERSION"
|
||||
git push origin -f --tags
|
||||
echo " To finish publishing the release go here:"
|
||||
echo " https://github.com/ArchiveBox/ArchiveBox/releases/new"
|
||||
|
Reference in New Issue
Block a user