jscutlery / semver

Nx plugin to automate semantic versioning and CHANGELOG generation.
MIT License
727 stars 84 forks source link

Document differences with `nx release` and migration options #763

Open samuelfernandez opened 9 months ago

samuelfernandez commented 9 months ago

It would be very nice to have documentation on how this plugin resembles and differentiates from nx release. Also, document how to migrate the configuration to the new integrated solution using Nx CLI.

edbzn commented 9 months ago

Main differences:

Nx release features not supported by semver:

Semver features not supported by Nx release:

Migrating from Semver to Nx release:

Some work is made to bring migration scripts to semver to let users explore the new Nx Release. However, these scripts will have limitations like migrating the CI setup, supporting extremely customized versioning processes, etc...

To be completed...