Skip to content

Commit de5c899

Browse files
committed
chore: back to using patches
1 parent 9644514 commit de5c899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ghost-graphql-ci-tools/src/bin/publish-packages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const run = async () => {
77
console.log('⌛ version, git commit and push...');
88

99
// @TODO - dynamically pull from somewhere (maybe utilize conventional commits)
10-
npm.version({ versionType: 'minor' });
10+
npm.version({ versionType: 'patch' });
1111
git.commit('chore: package.json updates from workspaces publish');
1212
git.push();
1313
console.log('✅ version, git commit and push completed');

0 commit comments

Comments
 (0)