Skip to content

ci: enforce conventional commits and add release engineering - #4

Merged
bibeshpyakurel merged 1 commit into
mainfrom
chore/release-engineering
Sep 15, 2026
Merged

bibeshpyakurel merged 1 commit into
mainfrom
chore/release-engineering

Conversation

@bibeshpyakurel

Copy link
Copy Markdown
Owner

Point 4 of the estate review: 0 tags, 0 releases, 0 changelogs anywhere on the account.

Conventional commits are now validated on every PR (the changelog is generated from them), release notes are built from those commits, and pushing a v* tag publishes a GitHub Release.

Nothing on this account was versioned: 0 tags, 0 releases, 0 changelogs. That
left no way to say which build is running or what changed between two points.

- scripts/check-conventional-commits.sh validates every commit on a pull
  request. The changelog is generated from those subjects, so a commit that
  does not parse silently disappears from the release notes.
- scripts/build-release-notes.sh groups commits since the previous tag into
  Markdown
- .github/workflows/commits.yml enforces the format on every PR
- .github/workflows/release.yml publishes a GitHub Release on a v* tag
- add CHANGELOG.md

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@bibeshpyakurel
bibeshpyakurel merged commit 6fb8b8e into main Sep 15, 2026
6 checks passed
@bibeshpyakurel
bibeshpyakurel deleted the chore/release-engineering branch September 15, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant