Skip to content

Releases: huGgW/git-cl

v0.0.4

26 Mar 14:32
5594a54

Choose a tag to compare

Important Changes

Fix (w Breaking Change)

  • clean command will now works even if unmerged branches are exist (unmerged branches will also be deleted after the command executed)

What's Changed

  • fix!: make branch deleted even if it not merged by @huGgW in #11
  • refactor: extract current exclude filter by @huGgW in #12
  • refactor: make sub packages under git by @huGgW in #13

Full Changelog: v0.0.3...v0.0.4

v0.0.3

23 Feb 16:21
aef1aca

Choose a tag to compare

Changelog

Breaking Change

  • gitcl root command is now changed to git-cl

CI/CD

  • add goreleaser github action to release binaries

What's Changed

  • feat!: change root command gitcl to git-cl by @huGgW in #8
  • cicd: add goreleaser github action by @huGgW in #9
  • fix: fix goreleaser action by @huGgW in #10

Full Changelog: v0.0.2...v0.0.3

v0.0.2

23 Feb 15:18

Choose a tag to compare

Changelog

Breaking Change

  • dry command is removed. You can use -d or --dry flag on clean command instead.
  • Now fetch the remote before command execution is off by default. You shoud give -f or --fetch flag to fetch from remote.

Fix

  • Now clean command does not throw error when branch list to be deleted is empty.

What's Changed

  • feat!: merge dry run and clean command (by -d flag) by @huGgW in #4
  • feat: add blacklist flag to clean command by @huGgW in #5
  • feat!: change default fetch flag as fault by @huGgW in #6

Full Changelog: v0.0.1...0.0.2

v0.0.1

17 Feb 16:22

Choose a tag to compare

What's Changed

  • Implemented basic commands
    • list (ls): list local branches
    • dry: dry run of gitcl clean to preview which branch will be deleted
    • clean: delete all branches without current branch

Full Changelog: https://github.com/huGgW/git-cl/commits/v0.0.1