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 416fa5e commit dfe9eeeCopy full SHA for dfe9eee
.github/workflows/ci.yaml
@@ -39,10 +39,12 @@ jobs:
39
- name: Build
40
run: pnpm build
41
42
- - name: Write version
+ - name: Update version
43
run: |
44
VERSION=$(yq '.info.version' openapi.yaml | tr -d '"')
45
- jq --arg version "${VERSION}-alpha.0" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
+
46
+ pnpm version ${VERSION} --no-git-tag-version
47
+ pnpm version prerelease --no-git-tag-version --preid next
48
49
- name: Release
50
0 commit comments