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 3311914 commit 1b57548Copy full SHA for 1b57548
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Create release PR or publish to npm
30
uses: changesets/action@b3300fad33b6ab794313da28d27424c0e2f78991
31
with:
32
+ version: yarn run version
33
publish: yarn release
34
env:
35
GITHUB_TOKEN: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
package.json
@@ -14,6 +14,7 @@
14
"format": "prettier --write .",
15
"lint": "manypkg check && prettier --check . && tsc",
16
"copy-readme-to-packages": "ts-node scripts/copy-readme-to-packages",
17
+ "version": "changeset version && yarn",
18
"release": "yarn copy-readme-to-packages && yarn build && changeset publish"
19
},
20
"workspaces": [
0 commit comments