1
0
Fork 0
mirror of synced 2024-05-18 19:32:24 +12:00

fix release script

This commit is contained in:
Nick Sweeting 2021-01-06 21:32:44 +02:00
parent 82838b0f97
commit 922460a230

View file

@ -49,9 +49,10 @@ echo "${contents}" > package.json
echo "[^] Pushing source to github"
git add "$REPO_DIR/docs"
git add "$REPO_DIR/deb_dist"
git add "$REPO_DIR/pip_dist"
git add "$REPO_DIR/brew_dist"
git add "$REPO_DIR/package.json"
git add "$REPO_DIR/package-lock.json"
git add "$REPO_DIR/archivebox.egg-info"
git commit -m "$NEW_VERSION release"
git tag -a "v$NEW_VERSION" -m "v$NEW_VERSION"
git push origin master