|
2 | 2 | 📦 A handy utility that takes care of releasing Git software projects
|
3 | 3 |
|
4 | 4 | ### Todo — General ⏳
|
5 |
| -- [ ] Docs: Instructions for creating a Gh package |
6 |
| -- [ ] Docs: General tidy-up of the concepts |
7 |
| -- [ ] New feature: Add switches for increasing MAJOR|MINOR|PATCH |
8 |
| -- [ ] New feature: Releasing packages: Create automation for proper gh release |
| 5 | +- [ ] docs: Instructions for creating a Gh package |
| 6 | +- [ ] docs: General tidy-up of the concepts |
| 7 | +- [ ] feature: Add switches for increasing MAJOR|MINOR|PATCH |
| 8 | +- [ ] feature: Releasing packages: Create automation for proper gh release |
| 9 | +- [ ] feature: Add option for capitalising ver-bump's commit msg for files it changes (for style purposes) |
9 | 10 |
|
10 | 11 | ### Doing 🚀
|
11 | 12 |
|
12 | 13 | ### Done ✔️
|
13 |
| -- [x] Docs: Create GIF screenshot |
14 |
| -- [x] New feature: Switch to disable pause during CHANGELOG.md creation |
15 |
| -- [x] Tests: Unit tests (with https://github.com/bats-core/bats-core) |
16 |
| -- [x] Bug: Fix issue with running on v1.0.0, or any other version already present ONLY in package.json and not tagged. |
17 |
| -- [x] Docs: Inform user how the script works in the current branch |
18 |
| -- [x] Docs: Local `npm` install |
19 |
| -- [x] Docs: Semver + Gh branching model |
20 |
| -- [x] Docs: Document all remaining switches |
| 14 | +- [x] docs: Create GIF screenshot |
| 15 | +- [x] feature: Switch to disable pause during CHANGELOG.md creation |
| 16 | +- [x] tests: Unit tests (with https://github.com/bats-core/bats-core) |
| 17 | +- [x] bugfix: Fix issue with running on v1.0.0, or any other version already present ONLY in package.json and not tagged. |
| 18 | +- [x] docs: Inform user how the script works in the current branch |
| 19 | +- [x] docs: Local `npm` install |
| 20 | +- [x] docs: Semver + Gh branching model |
| 21 | +- [x] docs: Document all remaining switches |
0 commit comments