Releases: AkashRajpurohit/git-sync
Releases · AkashRajpurohit/git-sync
v0.2.2
Changelog
- 3faaa3e feat: ✨ zap logger added with ability to set different log levels
v0.2.1
Changelog
- 1298964 chore: 🚚 move fetch repos logic in single function which determines it based on the configuration used
- 8fd9ad5 chore: 🔧 update version command to include build information
- ea68040 docs: 📝 new faq added
- d7ef8f3 docs: 📝 readme updated to mention about the glob pattern matching for include and exclude list
- ddd4767 feat: ✨ allow pattern matching for include and exclude list
v0.2.0
❗ BREAKING CHANGE
This release has a breaking change where the configuration file have been updated. The option include_all_repos
have been removed and instead now you can use include_repos
and exclude_repos
to control the behavior of how you want to perform the backups. More details are added in the readme section
Changelog
- 3cbfe21 ci: 🔧 break release and docker build into different jobs and make them run parallel
- b7b330a feat!: ✨ ability to include and exclude repos
v0.1.4
Changelog
- 0709295 fix: 🐛 local repos not getting updated (#5)
v0.1.3
Changelog
- f269c85 fix: 🐛 allow custom named yaml file for setting up the config
v0.1.2
Changelog
- ade1841 feat: ✨ expand path for getting config file
v0.1.1
Changelog
- 668797b chore: 🚚 move backup dir check before fetching repositories
- 6981a7b chore: 🚚 move getting github repos inside github.go file to cleanup root.go
- b74aa10 chore: 🔧 remove rule of excluding
docs:
for release
- 0933a34 docs: 📝 FAQ section added in README
v0.1.0
Changelog
- 361e427 feat: ✨ added option for including/excluding forks
v0.0.3
Changelog
- 223214a chore: 🚚 move to pkg top level folder