Releases: AkashRajpurohit/git-sync
v0.3.0
With this release, the folder structure of backups have been updated. Before every repository was saved as top level folder as per you backups_dir
config, now the repos will be part of subdirectories based on the repo owner. This should give a better view of which are the repos owned by you and the repos part of some organization.
NOTE: If you already have backups created before this release, you might see
clone
action happening again since it will now clone/update as per the new location.
Changelog
- 92a8da4 feat: ✨ backup repos in one level deep based on the repo owner
v0.2.3
This release adds two new options: exclude_orgs
and include_orgs
to add more granular filter of deciding to back up from only specific repos. More details in the README.
Changelog
- d6ab4b0 chore: 📝 all contributors badge added
- 2447030 chore: 📝 initial data added for allcontributors
- 08d17e6 chore: 📝 update profile link for self
- 1d69e05 chore: 🔧 exclude docs from release commits in goreleaser
- d90e125 feat(config): able to include/filter orgs
- 4216974 feat: ✨ all contributors setup
- 20598f6 fix(github): able to get organisationName
- 94042a4 fix(github): add feedbacks
- d539856 fix(github): add feedbacks
- 7b2b7fa fix(github): fix issue with repo without organization
- 24e6cfd fix: 🩹 move the condition inside so we don't pull in all other repos
v0.2.2
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