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 4630dbd commit 14371f1Copy full SHA for 14371f1
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Create Release Pull Request or Publish to npm
38
id: changesets
39
- uses: changesets/action@master
+ uses: dotansimha/changesets-action@1bd10e16a393db098c8f537c719621962c0d5571
40
with:
41
publish: yarn release
42
commit: 'chore(release): update monorepo packages versions'
package.json
@@ -44,6 +44,7 @@
44
"@babel/preset-env": "7.18.10",
45
"@babel/preset-typescript": "7.18.6",
46
"@changesets/cli": "2.24.2",
47
+ "@changesets/changelog-github": "0.4.6",
48
"@types/babel__core": "7.1.19",
49
"@types/babel__preset-env": "7.9.2",
50
"@types/jest": "28.1.6",
0 commit comments