Releases: vpayno/git-helpers
Releases · vpayno/git-helpers
Release list
1.4.0: add retry flow and many fixes
[1.4.0] - 2024-07-28
🚀 Features
- (git-helpers-lib) Add retry_if_zero()
🐛 Bug Fixes
- (clean-up-branches) Fix infinite loop bug when there are no branches to delete
- (clean-up-branches) Fix show selected remotes after prompt
- (clean-up-branches) Show selected branches
- (git-helpers-lib) Correct default typo in exit_if_zero()
- (clean-up-branches) Add retry option when user doesn't select one or more branches
- (commit) Fix show selected commit type after prompt
- (delete-branch) Show selected remotes after prompt
- (delete-branch) Add retry option when user doesn't select one or more branches
- (fixup) Exit if no PR/MR is selected
- (new-branch) Show selected remote after selection
1.3.6: fix bugs/typos
[1.3.6] - 2024-07-22
🐛 Bug Fixes
- (delete-branch) Use chosen_branches array with exit_if_zero
- (clean-up-branches) Use chosen_branches array with exit_if_zero
- (commit) Use commit_type scalar with exit_if_zero
1.3.5: fixup helper usability improvement
[1.3.5] - 2024-05-15
🐛 Bug Fixes
- (fixup) Remove fixup commits from fixup target selection list
1.3.4: minor improvements
[1.3.4] - 2024-05-08
🐛 Bug Fixes
- (fixup) Show more git command being used
1.3.3: mistake clean up
[1.3.3] - 2024-04-13
🐛 Bug Fixes
- (new-branch) Correct remote selection prompt
- (new-branch) Fix branch creation when not using a worktree
⚒ CI
- (tag-release) Add missing newlines in the output
1.3.2: fix tag-release script
[1.3.2] - 2024-04-13
⚒ CI
- (tag-release) Accept dash and underscores in scope names
1.3.1: new-branch helper improvements
[1.3.1] - 2024-04-12
🚀 Features
- (new-branch) Prompt for target remote name
🐛 Bug Fixes
- (new-branch) Fix branch tracking and push to target remote
1.3.0: git config ease of use improvements
[1.3.0] - 2024-04-12
🚀 Features
- (lib) Prompt to run git config commands on startup
1.2.0: git-commit-helper improvements
[1.2.0] - 2024-04-12
🚀 Features
- (commit) Allow custom commit type definition list
🐛 Bug Fixes
- (commit) Use data file to store commit types
- (commit) Change commit body width to <80
1.1.4: maintenance chores
[1.1.4] - 2024-04-12
📚 Documentation
- Add refresh-git-helpers runme playbook step
- Show github/gitlab releases in releases-list playbook step
⚙️ Miscellaneous Tasks
- Update git aliases and dependencies when refreshing the repo