Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion patch/auto-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ initial_branch="$(git rev-parse --abbrev-ref HEAD)"
repo_root="$(git rev-parse --show-toplevel)"

# Latest upstream tag within tag pattern.
upstream_tag=$(git ls-remote https://github.com/libgit2/git2go "refs/tags/v33.0.*" | cut --delimiter='/' --fields=3 | sort -u | tail -n1)
upstream_tag=$(git ls-remote https://github.com/libgit2/git2go "refs/tags/v35.0.*" | cut --delimiter='/' --fields=3 | sort -u | tail -n1)
if [ -z "${upstream_tag}" ]; then
echo "error finding latest upstream tag"
exit 1
Expand Down