Skip to content

Tags: galamdring/github-cli

Tags

v2.98.0-33-g774460414

Toggle v2.98.0-33-g774460414's commit message
ci: unblock bump-go from setup-go's GOTOOLCHAIN=local pin

actions/setup-go locks GOTOOLCHAIN=local after installing the toolchain
from the pre-bump go.mod. When bump-go.sh then edits go.mod to require a
newer Go release, `go mod tidy` refuses to fetch it and the job fails
(this also breaks upstream cli/cli's own Bump Go workflow whenever a new
minor Go version ships). Restore GOTOOLCHAIN=auto for just this step so
Go's normal on-demand toolchain download works as expected.

v2.97.0-128-g7c0c842a9

Toggle v2.97.0-128-g7c0c842a9's commit message
ci: surface rebase-and-release conflicts instead of failing silently

The scheduled rebase onto upstream/trunk has been failing every week for
the last 2.5 months on the same unresolved conflict, with nothing but a
red check nobody was watching. Abort cleanly on conflict and file (or
update) a tracking issue summarizing what needs manual resolution.

v2.97.0-120-g9f41e88fe

Toggle v2.97.0-120-g9f41e88fe's commit message
ci: surface rebase-and-release conflicts instead of failing silently

The scheduled rebase onto upstream/trunk has been failing every week for
the last 2.5 months on the same unresolved conflict, with nothing but a
red check nobody was watching. Abort cleanly on conflict and file (or
update) a tracking issue summarizing what needs manual resolution.

v2.92.0-100-gb14fa538a

Toggle v2.92.0-100-gb14fa538a's commit message
Add rebase-and-release workflow for fork maintenance

v2.92.0-70-g5433c7b49

Toggle v2.92.0-70-g5433c7b49's commit message
Add rebase-and-release workflow for fork maintenance

v2.92.0-35-gbb518d382

Toggle v2.92.0-35-gbb518d382's commit message
Add rebase-and-release workflow for fork maintenance

v2.92.0-12-g4550ac1cd

Toggle v2.92.0-12-g4550ac1cd's commit message
Add rebase-and-release workflow for fork maintenance

v2.92.0-14-ge53d83d39

Toggle v2.92.0-14-ge53d83d39's commit message
Use git describe for accurate version based on tag distance