Skip to content

Commit

Permalink
"πŸš€ Release v0.0.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
whalemare committed Jun 5, 2021
1 parent 9132558 commit 181efe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ async function main() {
throw new Error('Specify GITHUB_TOKEN environment variable at: https://github.com/settings/tokens');
}

execa('yarn', ['changelog']);
execa('yarn', ['gitmoji-changelog']);
execa(`git`, ['commit', '-a', '-m', `"πŸš€ Release v${version}"`]);
execa(`git`, [`tag`, `-a`, `v${version}`, `-m`, `v${version}`]);
execa('git', ['push', '--follow-tags']);

0 comments on commit 181efe9

Please sign in to comment.