Skip to content

Commit

Permalink
release: v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alqmc authored and alqmc committed Oct 26, 2022
1 parent 598df34 commit fa44c70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [v1.2.2](https://github.com/alqmc/gacm/compare/v1.2.1...v1.2.2)(2022-10-26)


## What's Changed
- Feat: gnrm use can selete package ([#16](https://github.com/alqmc/gacm/pull/#16))
# [v1.2.1](https://github.com/alqmc/gacm/compare/v1.2.0...v1.2.1)(2022-10-24)


Expand Down
2 changes: 1 addition & 1 deletion script/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const main = async () => {
await run('pnpm', ['log']);
await run('git', ['add', '.']);
await run('git', ['commit', '-m', `release: v${tag}`]);
await run('git', ['push', 'github', 'dev']);
await run('git', ['push', 'github', 'master']);
await run('git', ['push', 'github', `v${tag}`]);
} catch (error) {
process.exit(0);
Expand Down

0 comments on commit fa44c70

Please sign in to comment.