Skip to content

Commit

Permalink
chore: update nx for versioning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed May 30, 2024
1 parent 020482b commit e666900
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 146 deletions.
5 changes: 3 additions & 2 deletions docs/src/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ nx reads [conventional commits][conventional] to determine what the new versions
To start a new release:

1. Get the latest `main` branch with `git checkout main && git pull`.
2. Run `npx nx release --skip-publish`.
3. Push the changes and tags with `git push && git push --tags`.
2. Run `npm clean-install`.
3. Run `npm run release`.
4. Push the changes and tags with `git push && git push --tags`.

GitHub Actions is configured to do the actual publishing when there are new tags.

Expand Down
Loading

0 comments on commit e666900

Please sign in to comment.