Skip to content

Conversation

@saikrishna321
Copy link
Member

This pull request introduces automated release and commit linting workflows to the project, along with configuration and dependencies for semantic-release. These changes streamline the release process and enforce conventional commit standards, improving consistency and automation for publishing new versions.

Release automation and configuration:

  • Added a .github/workflows/publish.yml workflow to automate building, testing, and publishing releases using semantic-release, triggered on pushes to main and manual dispatches.
  • Introduced a .releaserc configuration file to define semantic-release plugins, commit analysis rules, changelog generation, and release note formatting, ensuring releases follow conventional commit standards.
  • Updated package.json to version 1.1.0 to reflect the new release process.
  • Added semantic-release related dependencies to devDependencies in package.json to support automated releases and changelog generation.

Commit message linting:

  • Added a .github/workflows/pr-title.yml workflow to enforce conventional commit formatting for pull request titles using the beemojs/conventional-pr-action, ensuring commit message consistency.

Co-authored-by: SrinivasanTarget <[email protected]>
@saikrishna321 saikrishna321 merged commit 440ea6b into main Oct 20, 2025
2 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant