[bulk] Enable release automation and validation#398
Open
camara-release-automation[bot] wants to merge 1 commit into
Open
[bulk] Enable release automation and validation#398camara-release-automation[bot] wants to merge 1 commit into
camara-release-automation[bot] wants to merge 1 commit into
Conversation
CAMARA Validation — PASS0 errors, 35 warnings, 23 hints | Profile: standard |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Enable CAMARA Validation and Release Automation for DeviceLocation
Following the Spring26 release announcement on the codeowners list, this PR applies the following changes to your DeviceLocation repository:
What you get
CAMARA Validation will run automatically on every PR against
main,release-snapshot/**, ormaintenance/**:Release Automation simplifies creating the release of an API version:
Changes
.github/workflows/camara-validation.yml@v1-rc).github/workflows/release-automation.yml@v1-rc)CHANGELOG.mdCHANGELOG/README.mdWhat to do next
Merge this PR to activate the full validation and automation processes.
After the merge you can prepare and create a release as follows:
release-plan.yamlwith target release tag, type, and API versions/statusesmainkeeping version fields always set towip/create-snapshoton the Release Issue to generate a Release PR/publish-release --confirm rX.Yto finalize the releaseIf issues arise: use
/discard-snapshot(during review) or/delete-draft(during draft) to return to planned state.More: Release Process
After merge, the admin team will disable the legacy validation workflow from the repository.
Questions or feedback? See the announcement for contact channels (Zulip, GitHub issues, mailing list).
Documentation
📖 Validation on PRs — what to expect
📖 Where to see results
📖 Problem messages explained
📖 FAQ
📖 Release Management Documentation