Skip to content

Commit

Permalink
chore: update bump script to push lw-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bandantonio committed Apr 30, 2022
1 parent 0ad68f8 commit d90c8a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bump-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ for (const commitPart of commitParts) {
execSync(`git add package.json package-lock.json CHANGELOG.md && git commit -q -m "chore(release): ${newBumbedVersion}"`);

// Push commit along with the tag to the main branch
execSync('git push --follow-tags origin main');
// execSync('git push origin --tags');
execSync('git push origin main && git push origin --tags');
}

0 comments on commit d90c8a9

Please sign in to comment.