Skip to content

Implement automated changelog generation from conventional commits - #293

Open
Johnsource-hub wants to merge 2 commits into
FinChippay:masterfrom
Johnsource-hub:Implement-automated-changelog-generation-from-conventional-commits
Open

Implement automated changelog generation from conventional commits#293
Johnsource-hub wants to merge 2 commits into
FinChippay:masterfrom
Johnsource-hub:Implement-automated-changelog-generation-from-conventional-commits

Conversation

@Johnsource-hub

Copy link
Copy Markdown

#closes
#274

Summary
Implements automated changelog generation and release management using standard-version, commitlint, and husky. This completely replaces manual changelog maintenance by parsing conventional commits, generating release notes, and triggering GitHub Actions seamlessly.

Type of change
Bug fix
New feature
Documentation update
Refactor / chore
Smart contract change
Changes
standard-version integration: Added standard-version as a devDependency with .versionrc.json to properly parse feat, fix, docs, chore, perf, refactor, test, ci, and build commit types according to conventional commit guidelines.
npm release script: Added an npm run release script to package.json that automatically bumps the package version based on the commits, updates CHANGELOG.md, creates a git tag, and pushes the new tag and commit.
commitlint and husky setup: Initialized husky and added a commit-msg hook (.husky/commit-msg) along with @commitlint/config-conventional to enforce the conventional commit format locally before commits are accepted.
GitHub Actions synergy: Validated that .github/workflows/release.yml automatically triggers on version tags (tags: ["v*.."]) and uses generate_release_notes: true to auto-generate GitHub releases from the pushed tag.

@vercel

vercel Bot commented Jul 23, 2026

Copy link
Copy Markdown

@renoschubert is attempting to deploy a commit to the Topmatrixmor2014 Team on Vercel.

A member of the Team first needs to authorize it.

@Topmatrixmor2014

Copy link
Copy Markdown
Contributor

please resolve these conflicts

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.

2 participants