Skip to content

CI/CD enhancements#2

Merged
praizjosh merged 6 commits into
mainfrom
next
Sep 8, 2025
Merged

CI/CD enhancements#2
praizjosh merged 6 commits into
mainfrom
next

Conversation

@praizjosh

Copy link
Copy Markdown
Owner

This pull request introduces automated commit message linting and improves CI/CD quality checks by integrating Husky and lint-staged, along with commitlint configuration. It also updates dependencies and makes minor refactoring to file structure and imports.

CI/CD enhancements:

  • Added Husky and lint-staged to enforce commit message standards and run checks before commits, including a new .husky/commit-msg hook and a prepare script in package.json. [1] [2]
  • Introduced commitlint configuration via config/commitlint.config.mjs to enforce conventional commit messages and ignore release commits.

Dependency updates:

  • Added husky, @commitlint/cli, and @commitlint/config-conventional to devDependencies in package.json. [1] [2]
  • Bumped package version to 1.3.0 and updated CHANGELOG.md with new features. [1] [2]

Codebase refactoring:

  • Renamed bin/config.js to config/bin.config.js and updated imports in tests/config.test.js for consistency.

Minor code cleanup:

  • Small formatting adjustment in updatePackageJson to improve readability.

praizjosh and others added 6 commits September 8, 2025 01:24
@praizjosh praizjosh merged commit e01b51d into main Sep 8, 2025
4 checks passed
@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants