Skip to content

Releases: vpayno/git-helpers

1.4.0: add retry flow and many fixes

Choose a tag to compare

@vpayno vpayno released this 28 Jul 16:28
1.4.0
5ecf327

[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

Choose a tag to compare

@vpayno vpayno released this 22 Jul 07:13
1.3.6
5be1eb3

[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

Choose a tag to compare

@vpayno vpayno released this 15 May 04:11
1.3.5
21d0746

[1.3.5] - 2024-05-15

🐛 Bug Fixes

  • (fixup) Remove fixup commits from fixup target selection list

1.3.4: minor improvements

Choose a tag to compare

@vpayno vpayno released this 08 May 01:23
1.3.4
41ea9f9

[1.3.4] - 2024-05-08

🐛 Bug Fixes

  • (fixup) Show more git command being used

1.3.3: mistake clean up

Choose a tag to compare

@vpayno vpayno released this 13 Apr 20:10
1.3.3
1fa2259

[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

Choose a tag to compare

@vpayno vpayno released this 13 Apr 03:38
1.3.2
3b675f2

[1.3.2] - 2024-04-13

⚒ CI

  • (tag-release) Accept dash and underscores in scope names

1.3.1: new-branch helper improvements

Choose a tag to compare

@vpayno vpayno released this 12 Apr 15:10
1.3.1
13a9038

[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

Choose a tag to compare

@vpayno vpayno released this 12 Apr 14:46
1.3.0
3b98707

[1.3.0] - 2024-04-12

🚀 Features

  • (lib) Prompt to run git config commands on startup

1.2.0: git-commit-helper improvements

Choose a tag to compare

@vpayno vpayno released this 12 Apr 14:36
1.2.0
4fdc5b3

[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

Choose a tag to compare

@vpayno vpayno released this 12 Apr 14:35
1.1.4
ecde6c7

[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