Skip to content

[bulk] Enable release automation and validation (2026-04-10-001)#88

Merged
hdamker merged 1 commit intomainfrom
bulk/release-automation-onboarding-24241425290
Apr 10, 2026
Merged

[bulk] Enable release automation and validation (2026-04-10-001)#88
hdamker merged 1 commit intomainfrom
bulk/release-automation-onboarding-24241425290

Conversation

@camara-release-automation
Copy link
Copy Markdown
Contributor

Enable release automation and validation for ClickToDial

TL;DR: This PR adds the release automation workflow and the CAMARA Validation workflow, and prepares the CHANGELOG structure for ClickToDial.

Note: Once merged, the release automation becomes active.
A Release Issue will be created automatically (if not existing yet) when release-plan.yaml is updated on main.

What is this?

The release automation workflow enables slash commands on Release Issues to manage your release lifecycle. Post these as comments on the Release Issue:

  • /create-snapshot — create a snapshot branch (updates versions, changelog entries, and release metadata automatically)
  • /discard-snapshot <reason> — discard a snapshot and return to planned state
  • /delete-draft — delete a draft release
  • /publish-release --confirm rX.Y — publish the release

Changes

File Description
.github/workflows/release-automation.yml Release automation workflow (pinned to @v1-rc)
.github/workflows/camara-validation.yml CAMARA Validation workflow (pinned to @v1-rc)
CHANGELOG.md No changes needed
CHANGELOG/README.md No changes needed (already present)

What to do next

  1. Review the file changes above
  2. Merge this PR to activate the release automation

If release-plan.yaml was updated before this workflow was installed, you may need to trigger the workflow manually once to create the initial Release Issue:

Release lifecycle overview
  1. Plan — update release-plan.yaml with target release tag, type, and API versions/statuses
  2. Develop — continue work on main branch with version fields set to wip
  3. Create Snapshot — post /create-snapshot on the Release Issue to generate a Release PR
  4. Review & Merge — review Release PR (includes CHANGELOG entry), obtain approvals, merge it
  5. Publish — post /publish-release --confirm rX.Y to finalize the release

If issues arise: use /discard-snapshot (during review) or /delete-draft (during draft phase) to return to planned state and make corrections on main.

More details: Release Lifecycle

Documentation

📖 Release Management Documentation
📖 Release Lifecycle
📖 The release-plan.yaml File

@camara-release-automation camara-release-automation bot added the automated Automated bulk operations from project-administration label Apr 10, 2026
@camara-release-automation camara-release-automation bot added the automated Automated bulk operations from project-administration label Apr 10, 2026
@github-actions
Copy link
Copy Markdown

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 4 0 0.01s
✅ API spectral 1 0 1.8s
✅ GHERKIN gherkin-lint 4 0 1.49s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 0.79s
✅ YAML yamllint 1 0 0.52s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@hdamker hdamker merged commit 41efa3b into main Apr 10, 2026
3 checks passed
@hdamker hdamker deleted the bulk/release-automation-onboarding-24241425290 branch April 10, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated bulk operations from project-administration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant