mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 15:44:26 -04:00
fix release script semver bump
This commit is contained in:
parent
4673f83749
commit
80863ad050
2 changed files with 19 additions and 18 deletions
|
@ -45,7 +45,8 @@ echo "[*] Bumping VERSION from $OLD_VERSION to $NEW_VERSION"
|
||||||
contents="$(jq ".version = \"$NEW_VERSION\"" "$REPO_DIR/package.json")" && \
|
contents="$(jq ".version = \"$NEW_VERSION\"" "$REPO_DIR/package.json")" && \
|
||||||
echo "${contents}" > package.json
|
echo "${contents}" > package.json
|
||||||
git add "$REPO_DIR/docs"
|
git add "$REPO_DIR/docs"
|
||||||
git add "$VERSION_FILE"
|
git add "$REPO_DIR/package.json"
|
||||||
|
git add "$REPO_DIR/package-lock.json"
|
||||||
|
|
||||||
echo "[*] Cleaning up build dirs"
|
echo "[*] Cleaning up build dirs"
|
||||||
cd "$REPO_DIR"
|
cd "$REPO_DIR"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue