Skip to content

feat(workflow): add prerelease label dispatch input - #24

Open
sassdawe wants to merge 4 commits into
mainfrom
prerelease-label-dispatch
Open

feat(workflow): add prerelease label dispatch input#24
sassdawe wants to merge 4 commits into
mainfrom
prerelease-label-dispatch

Conversation

@sassdawe

Copy link
Copy Markdown
Member

Summary

Adds a manual workflow dispatch input to control the prerelease version label and wires that value through the shared build action into the MSBuild PreReleaseVersionLabel property.

Changes

  • adds a dropdown-style workflow input for selecting the prerelease version label
  • passes the selected label through the shared build-and-test composite action
  • applies the selected value to the build so prerelease package labeling can be set outside the CI workflow

Notes

  • local .gitignore and .vscode/settings.json changes were left uncommitted and are not part of this PR

sassdawe and others added 4 commits August 21, 2026 23:14
## Summary
Adds a manual workflow dispatch input to control the prerelease version label and wires that value through the shared build action into the MSBuild `PreReleaseVersionLabel` property.

## Changes
- adds a dropdown-style workflow input for selecting the prerelease version label
- passes the selected label through the shared `build-and-test` composite action
- applies the selected value to the build so prerelease package labeling can be set outside the CI workflow

## Notes
- local `.gitignore` and `.vscode/settings.json` changes were left uncommitted and are not part of this PR
@sassdawe

Copy link
Copy Markdown
Member Author

It is still expected that this PR won't pass CI, as the changes to actually pass CI are in #22

@sassdawe
sassdawe requested review from jonsequitur and a lite review from Copilot and removed request for Copilot August 21, 2026 21:53
@sassdawe

Copy link
Copy Markdown
Member Author

Hmmm, this might not be needed at all. Testing for now....

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.

1 participant