Skip to content

fix: load previous-release script from origin/main - #18

Merged
xeaser merged 1 commit into
mainfrom
fix/release-script-from-main
Aug 24, 2026
Merged

fix: load previous-release script from origin/main#18
xeaser merged 1 commit into
mainfrom
fix/release-script-from-main

Conversation

@xeaser

Copy link
Copy Markdown
Owner

What

workflow_dispatch for v0.5.1 failed immediately: the job checks out the tag tree, and that commit has no scripts/require-previous-release.sh. Load the script from origin/main, same as the GoReleaser config overlay.

How to test

  • go test ./internal/version
  • Docs (no change)

Checklist

  • Commits are signed
  • No secrets
  • Does not add Copilot, Ink shell, Aspire, or npm install

Retrying an old tag checks out that tree, which does not contain
scripts/require-previous-release.sh. Fetch the script from main.
@xeaser
xeaser merged commit c094f0b into mainAug 24, 2026
10 checks passed
@xeaser
xeaser deleted the fix/release-script-from-main branch August 24, 2026 13:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@xeaser