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 d9c4312 commit 705be9aCopy full SHA for 705be9a
.github/workflows/release.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Create Release Pull Request or Publish to NPM
31
uses: changesets/action@v1
32
with:
33
+ version: yarn version-packages
34
publish: yarn publish-packages
35
commit: "chore(release): version packages"
36
title: "chore(release): version packages"
package.json
@@ -19,6 +19,7 @@
19
"build:macos": "turbo run build:macos",
20
"build:ios-expo": "turbo run build:ios-expo",
21
"build:android-expo": "turbo run build:android-expo",
22
+ "version-packages": "changeset version && yarn install",
23
"publish-packages": "turbo run build lint && changeset version && changeset publish"
24
},
25
"resolutions": {
0 commit comments