Skip to content

Commit

Permalink
fix xc release (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABevier authored Oct 27, 2023
1 parent 39d4019 commit 454bfdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then
fi

V=$(node -p "require('./package.json').version")
V=$(tea semverator bump $V $PRIORITY)
V=$(pkgx semverator bump $V $PRIORITY)

if ! grep -F "\"version\": \"$V\",$" package.json; then
sed -i.bak -e "s/\"version\": .*,$/\"version\": \"$V\",/" package.json
Expand All @@ -166,7 +166,7 @@ git push origin main

```sh
V="$(node -p "require('./package.json').version")"
tea gh release create "v$V"
pkgx gh release create "v$V"
```

[`pkgx`]: https://github.com/pkgxdev/pkgx
Expand Down

0 comments on commit 454bfdf

Please sign in to comment.