Skip to content

Commit d12678c

Browse files
Andaristdotansimha
andauthored
Don't error on symlinks and executables when they don't have to be touched anyway (#46)
* Don't error on symlinks and executables when they don't have to be touched anyway Co-authored-by: Dotan Simha <dotan@the-guild.dev> * update isomorphic-git * tests * setup credentials * update HEAD * use `setConfig` * remove try/catch * push after commit * try different remote * tweak test helper * remove isomorphic-git's workaround * changeset --------- Co-authored-by: Dotan Simha <dotan@the-guild.dev>
1 parent 3d63783 commit d12678c

File tree

5 files changed

+426
-32
lines changed

5 files changed

+426
-32
lines changed

.changeset/twelve-icons-approve.md

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"access": "public"
9191
},
9292
"dependencies": {
93-
"isomorphic-git": "^1.27.1"
94-
}
93+
"isomorphic-git": "^1.36.3"
94+
},
95+
"prettier": {}
9596
}

0 commit comments

Comments
 (0)