Skip to content

Commit

Permalink
release: 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Dec 24, 2023
1 parent a27a26b commit 6d5b539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(cmd):

run(['npm', 'i'])
run(['git', 'add', '.'])
run(['git', 'commit', '-m', f'"release: {args.version}"'])
run(['git', 'commit', '-m', f'release: {args.version}'])
run(['git', 'push'])
run(['git', 'tag', '-a', f'{args.version}', '-m', '"{args.version}"'])
run(['git', 'tag', '-a', f'{args.version}', '-m', '{args.version}'])
run(['git', 'push', 'origin', f'{args.version}'])

0 comments on commit 6d5b539

Please sign in to comment.