Releases: huGgW/git-cl
Releases · huGgW/git-cl
Release list
v0.0.4
Important Changes
Fix (w Breaking Change)
cleancommand 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
Changelog
Breaking Change
gitclroot command is now changed togit-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
Changelog
Breaking Change
drycommand is removed. You can use-dor--dryflag oncleancommand instead.- Now fetch the remote before command execution is off by default. You shoud give
-for--fetchflag to fetch from remote.
Fix
- Now
cleancommand 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
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