mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 11:47:04 -04:00
remove extra files from repo root and move package.json into etc
This commit is contained in:
parent
00a91e09c6
commit
db10a2142e
17 changed files with 44 additions and 6370 deletions
|
@ -30,5 +30,5 @@ cd "$REPO_DIR"
|
|||
./bin/release_pip.sh
|
||||
./bin/release_docker.sh
|
||||
|
||||
VERSION="$(jq -r '.version' < "$REPO_DIR/package.json")"
|
||||
VERSION="$(grep '^version = ' "${REPO_DIR}/pyproject.toml" | awk -F'"' '{print $2}')"
|
||||
echo "[√] Done. Published version v$VERSION"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue