ci: enforce Conventional Commit PR titles and auto-draft releases#2
Open
roman1887 wants to merge 1 commit into
Open
ci: enforce Conventional Commit PR titles and auto-draft releases#2roman1887 wants to merge 1 commit into
roman1887 wants to merge 1 commit into
Conversation
Phase 1 of the Actyze versioning & release strategy (actyze/dashboard#211). Adds PR-title Conventional Commit linting and release-drafter, mirroring the main dashboard repo. Zero impact on the compose setup. Complements the existing hand-maintained CHANGELOG.md.
|
Rohit Mangal seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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.
What & why
Phase 1 of the Actyze versioning & release strategy (actyze/dashboard#211), mirrored here so contributions follow the same conventions. Zero impact on the compose setup — only adds GitHub Actions + config. Complements the existing hand-maintained
CHANGELOG.md.Changes
pr-title-lint.yml— validates PR titles against Conventional Commits. With squash-merge now using the PR title, this governs what lands onmain.release-drafter.yml(workflow + config) — maintains an always-current draft GitHub Release from merged PRs, auto-labels PRs from their title, resolves the next SemVer version.Created the
chore,ci/cd, andskip-changeloglabels the autolabeler references; set squash-merge to use the PR title.Follow-ups (tracked in actyze/dashboard#211)
Pin compose image defaults to the released version (keeping
${VAR:-<version>}overrides); keepCHANGELOG.mdas the durable human record alongside the auto-drafted release body.Refs actyze/dashboard#211
🤖 Generated with Claude Code