We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90abc59 commit c7a1970Copy full SHA for c7a1970
.github/workflows/prepare-release.yaml
@@ -11,7 +11,7 @@ on:
11
description: 'New version number. e.g. "0.1.2"'
12
13
jobs:
14
- publish:
+ create-pr:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
package.json
@@ -14,7 +14,7 @@
"format": "biome format --write ./src",
"lint": "biome lint ./src",
"check": "biome check --write ./src",
- "update-version-ts": "sed -i '' \"s/^const VERSION = .*;$/const VERSION = \\\"$VERSION\\\";/\" src/version.ts",
+ "update-version-ts": "sed -i \"s/^const VERSION = .*;$/const VERSION = \\\"$VERSION\\\";/\" src/version.ts",
18
"prepare-release": "npm version $VERSION --no-git-tag-version && VERSION=$VERSION npm run update-version-ts"
19
},
20
"dependencies": {
0 commit comments