Skip to content

Commit 6af4a7e

Browse files
authored
Don't error on symlinks and executables when they don't have to be touched anyway (#563)
* Don't error on symlinks and executables when they don't have to be touched anyway * tweak range
1 parent 746b247 commit 6af4a7e

File tree

3 files changed

+269
-33
lines changed

3 files changed

+269
-33
lines changed

.changeset/public-cycles-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/action": patch
3+
---
4+
5+
Don't error on already committed symlinks and executables that stay untouched

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@actions/core": "^1.11.1",
4141
"@actions/exec": "^1.1.1",
4242
"@actions/github": "^6.0.1",
43-
"@changesets/ghcommit": "^2.0.0",
43+
"@changesets/ghcommit": "^2.0.1",
4444
"@changesets/pre": "^2.0.2",
4545
"@changesets/read": "^0.6.5",
4646
"@manypkg/get-packages": "^1.1.3",

0 commit comments

Comments
 (0)