We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985769d commit 452c278Copy full SHA for 452c278
packages/ghost-graphql-ci-tools/src/bin/publish-packages.ts
@@ -7,8 +7,8 @@ const run = async () => {
7
console.log('⌛ version, git commit and push...');
8
9
// @TODO - dynamically pull from somewhere (maybe utilize conventional commits)
10
- npm.version({ versionType: 'patch' });
11
-
+ npm.version({ versionType: 'major' });
+ git.commit('chore: package.json updates from workspaces publish');
12
git.push();
13
console.log('✅ version, git commit and push completed');
14
npm.publish();
0 commit comments