Add create release branch workflow #1248
Open
+231
−8
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.
Issue #, if available:
Follow-up to #1238
On each release, there is a manual set of steps to generate the
THIRD_PARTY_LICENSES
file and set the version in the getting start guide on the new release branch. It would be nice to have some automation for creating the release branch and generating the changes needed so maintainers only have to approve and merge a single pull request.Description of changes:
This change adds a GitHub Actions workflow for creating a release branch and generating the pull request with the changes needed for
THIRD_PARTY_LICENSES
file and updating the getting started guide.Testing performed:
Merged workflow to fork and ran to create
release/v0.8
branch.Ran via command like:
GitHub Action workflow run - https://github.com/austinvazquez/soci-snapshotter/actions/runs/9334082659
PR for adding
THIRD_PARTY_LICENSES
and updating getting started guide - austinvazquez#40Alternatives considered:
Limitations:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.