Skip to content

Commit 67fed95

Browse files
ppputtyokawabuchi4280
andauthored
chore(deps): Pin changesets/action to v1.4.10 due to v1.5.0 (#95)
* add changelog * ci(release): pin changesets/action to v1.4.10 due to v1.5.0 tag push regression * add renovate bot config * remove changeset --------- Co-authored-by: kawabuchi4280 <k.kawabuchi.z8@future.co.jp>
1 parent fbe9ec2 commit 67fed95

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# v1.5.0 以降、custom release スクリプトを使っているケースでローカル tag が作成されなくなった
3333
# 当座の回避策として v1.4.10 に固定する
3434
# ref: https://github.com/changesets/action/issues/465
35-
uses: changesets/action@v1.5.3
35+
uses: changesets/action@v1.4.10
3636
with:
3737
publish: npm run dummy-release
3838
env:

0 commit comments

Comments
 (0)