File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 33 "access" : " public" ,
44 "baseBranch" : " origin/main" ,
55 "changelog" : " @changesets/cli/changelog" ,
6- "commit" : [
7- " @changesets/cli/commit" ,
8- {
9- "skipCI" : false
10- }
11- ],
6+ "commit" : false ,
127 "ignore" : [],
138 "linked" : [],
149 "privatePackages" : {
Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ function bumpPatch(version: string): string {
2222echo ( '📦 Running changeset version...' ) ;
2323await $ `yarn changeset version` ;
2424
25- // Undo the commit that changeset version made, but keep the changes
26- // This allows the changesets action to create a single commit with all changes
27- echo ( '🔙 Undoing changeset commit (keeping changes)...' ) ;
28- await $ `git reset --soft HEAD~1` ;
29-
3025// Changesets doesn't bump or update the dependency-profiles package, so we need to do that manually
3126echo ( '\n🔄 Updating dependency-profiles...' ) ;
3227if ( fs . existsSync ( DEPENDENCY_PROFILES_DIR ) ) {
You can’t perform that action at this time.
0 commit comments