Skip to content

Auto-update release workflow default version on release#8174

Merged
pubkey merged 1 commit into
masterfrom
copilot/update-default-version-value
Mar 24, 2026
Merged

Auto-update release workflow default version on release#8174
pubkey merged 1 commit into
masterfrom
copilot/update-default-version-value

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 24, 2026

The workflow_dispatch version input in the release workflow has an empty default. This means every release requires manually typing the full version string with no hint of the current version.

  • Added a sed step before the git commit that rewrites default: "" in release.yml to the version being released
  • The change is picked up by the existing git add . / git commit, so the workflow file on master always reflects the last released version

@pubkey pubkey marked this pull request as ready for review March 24, 2026 15:55
@pubkey pubkey merged commit cda78eb into master Mar 24, 2026
Sign up for free to 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.

2 participants