Skip to content

Commit

Permalink
Adding publishing process
Browse files Browse the repository at this point in the history
  • Loading branch information
skymen committed Jan 15, 2025
1 parent d337b4c commit 1324d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default function publish(type) {
execSync(`git commit -m "Version ${newVersion}"`);
execSync(`git tag -a v${newVersion} -m "Version ${newVersion}"`);
execSync(`git push`);
execSync(`git push --tags`);
}

if (fromConsole(import.meta.url)) {
Expand Down

0 comments on commit 1324d67

Please sign in to comment.