Nx Conf 2023
π³ π¦ Director of Engineering Nx
π 5x Microsoft MVP
π¨βπ¨ Creator of major OSS projects such as typescript-eslint, angular-eslint and others.
π Over 23.6 billion installs of packages I created.
Nx Conf 2023
π³ π¦ Director of Engineering Nx
π 5x Microsoft MVP
π¨βπ¨ Creator of major OSS projects such as typescript-eslint, angular-eslint and others.
π Over 23.6 billion installs of packages I created.
Like with most things, you have the flexibility to chose an existing, fully-fledged solution from the community, or create your own bespoke solution using the powerful primitives that Nx provides.
nx release is a new top level command on the Nx CLI which is designed to help you with versioning, changelog generation and publishing of your projects:
nx release version | Determine and apply version updates to projects and their dependents |
nx release changelog | Generate CHANGELOG.md files and optional Github releases based on git commits |
nx release publish | Take the freshly versioned projects and publish them to a remote registry |
Early days and we are super excited for what this will become as we continue to build out features and extensibility.
Expect to see capabilities and, in particular, documentation get fleshed out much more over the coming weeks.
We are already using it on the Nx repo itself!
The best way to get to know nx release is to see in action on different kinds of workspacesβ¦
What comes next for nx release?