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 fbe9ec2 commit 67fed95Copy full SHA for 67fed95
.github/renovate.json
@@ -0,0 +1,10 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "packageRules": [
4
+ {
5
+ "matchFileNames": [".github/workflows/release.yml"],
6
+ "matchPackageNames": ["changesets/action"],
7
+ "enabled": false
8
+ }
9
+ ]
10
+}
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
# v1.5.0 以降、custom release スクリプトを使っているケースでローカル tag が作成されなくなった
33
# 当座の回避策として v1.4.10 に固定する
34
# ref: https://github.com/changesets/action/issues/465
35
- uses: changesets/action@v1.5.3
+ uses: changesets/action@v1.4.10
36
with:
37
publish: npm run dummy-release
38
env:
0 commit comments