Nx plugin to automate semantic versioning and CHANGELOG generation.
TypeScript
768
94
MIT License
The `@jscutlery/semver` package is an Nx plugin that automates semantic versioning and CHANGELOG generation for projects using Nx. It leverages Conventional Commits to determine version bumps and supports both independent and synced versioning modes, making it ideal for teams managing multiple projects within an Nx workspace.
The eslint-plugin-nx package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.
This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.
The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.