Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 454bfdf

Browse files
authored
fix xc release (#823)
1 parent 39d4019 commit 454bfdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then
150150
fi
151151

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

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

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

172172
[`pkgx`]: https://github.com/pkgxdev/pkgx

0 commit comments

Comments
 (0)