mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-02 14:29:11 +02:00
fix(release): add missing version number to castopod-host package
This commit is contained in:
parent
ec35d5e49d
commit
8f3e9d90c1
2 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
"prepareCmd": "./scripts/bundle.sh ${nextRelease.version} && ./scripts/package.sh && npx prettier --write CHANGELOG.md"
|
||||
"prepareCmd": "./scripts/bundle.sh ${nextRelease.version} && ./scripts/package.sh ${nextRelease.version} && npx prettier --write CHANGELOG.md"
|
||||
}
|
||||
],
|
||||
"@semantic-release/npm",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=$1
|
||||
|
||||
apt-get install zip -y
|
||||
|
||||
# create zip and tar.gz packages for release upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue