Skip to content

Releases: AkashRajpurohit/git-sync

v0.0.2

17 Jun 17:10
a4f4759
Compare
Choose a tag to compare

Changelog

  • 558c017 ci: 🔧 setup github env correctly
  • 4c2835a ci: 🔧 use custom gh_token for goreleaser action
  • 1b237be feat: ✨ docker support added
  • 97caccf feat: ✨ support for config and backup dir based on flag as well as env variables
  • 9025d05 fix: 🐛 add full image name in docker build
  • ed5a9e3 fix: 🐛 change env name back to GITHUB_TOKEN
  • a4f4759 fix: 🐛 remove full name from docker build image
  • 9c4e335 fix: 🐛 replace GH_TOKEN with standard GITHUB_TOKEN
  • df71969 fix: 🐛 syntax of build args for docker build on ci
  • 94b7f0d fix: 🐛 use PAT based HTTPS repo URL instead of SSH url

v0.0.1

17 Jun 12:45
9627815
Compare
Choose a tag to compare

Changelog

  • bda147a build: 🔧 add version in the release name
  • 9627815 build: 🔧 remove name template for archives
  • 1a68749 build: 🔧 simplify the name_template for goreleaser
  • f319c90 build: 🔧 update name_template
  • b9139eb ci: 🐛 remove --rm-dist flag
  • 999cf2c ci: :fix: update release.yml for goreleaser step
  • 974a5f9 ci: 🔧 goreleaser added for automating releases
  • b49221b feat: ✨ cli setup with cobra and viper with basic config file setup
  • b03cac4 feat: ✨ get repositories for the user
  • 49d3556 feat: ✨ sync github repositories using git clone --bare
  • be4f3b8 feat: ✨ version command added
  • fa11d53 feat: 🎉 project init
  • 63c6e7a perf: 🚀 use goroutine for concurrency in syncing the repositories