Skip to content

Commit

Permalink
feat(semver): add nx migration generator
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Feb 22, 2024
1 parent 4d56a3b commit e2d4357
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,23 @@ release:

Note that you might need to configure a [deploy key](https://docs.gitlab.com/ee/user/project/deploy_keys/) in order to push to your remote repository.

## Nx Release migration

If you want to migrate to Nx Release, run the following command:

```bash
nx g @jscutlery/semver:migrate-nx-release
```

By executing this generator, the existing `@jscutlery/semver` configuration will be removed, and Nx Release will be appropriately configured for your projects.

> [!NOTE]
> The migration process does not currently support the sync mode.
> Complex or highly customized configurations may require additional manual adjustments after running the migration generator.
> After running this generator, you will need to adjust any custom scripts or CI workflows related to versioning and releases to align with the new Nx release workflow.

For more details on using Nx Release, refer to the [official Nx documentation](https://nx.dev/recipes/nx-release/get-started-with-nx-release#get-started-with-nx-release).

## Compatibility overview with Nx

| Version | Required Package |
Expand Down

0 comments on commit e2d4357

Please sign in to comment.