git add -A
git commit -m "your commit message"
git tag v1.x.0git push origin main --tags
git push gitlab main --tags
git push codeberg main --tagsgh release create v1.x.0 --title "v1.x.0" --generate-notescurl -sL https://github.com/jweisner/git-sync-all/archive/refs/tags/v1.x.0.tar.gz | sha256sumClone or pull the tap repo:
cd /path/to/homebrew-git-sync-all # or: gh repo clone jweisner/homebrew-git-sync-allEdit Formula/git-sync-all.rb — update url and sha256:
url "https://github.com/jweisner/git-sync-all/archive/refs/tags/v1.x.0.tar.gz"
sha256 "<sha256 from step 4>"Commit and push:
git add Formula/git-sync-all.rb
git commit -m "Update git-sync-all to v1.x.0"
git pushbrew update
brew upgrade git-sync-all
git-sync-all --help