Task/bam 161 release from an input tag in anywhere #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Associated JIRA tasks
BAM-161
What does the change do?
For a new project, we may want to release an SDK with an alpha(prerelease) version of our specification to our customers to gather early feedback. The alpha version of the specification might still be under review and reside in a task or feature branch.
Additionally, for developers, it can be beneficial to release a prerelease version of the SDK. This allows them to begin working on a specification that hasn’t been fully finalized, especially in situations requiring urgent progress.
What has been changed
To be able to release the such sdk from an alpha version spec, the action from the sdk repo need to checkout the protobuf spec using a manual input tag.
Also included new spec to be published for user to try
Tests
Run from task branch being successful
https://github.com/KodyPay/kody-clientsdk-python/actions/runs/12831980803