This repository was archived by the owner on Jun 19, 2021. It is now read-only.
Commit f4d99f0
committed
chore: change release flow to immediate push
This make `npm run release` to immediately:
- ask
- generate changelog + bump version
- commit & tag
- git push --follow-tags
It is the opposite of the previous workflow which is:
- generate changelog for manual review and also bump version
- edit it if applicable
- run `npm run release:ok` when ready (it will commit, tag, then push)1 parent c7fd692 commit f4d99f0
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
0 commit comments