Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Monorepo version audit command #5

Open
dustinlacewell opened this issue Dec 24, 2022 · 1 comment
Open

[chore] Monorepo version audit command #5

dustinlacewell opened this issue Dec 24, 2022 · 1 comment

Comments

@dustinlacewell
Copy link
Contributor

dustinlacewell commented Dec 24, 2022

Let's make a Rush command that does the following:

  • checks if any package's version does not align with hades-ts/hades's version
  • checks if any package's workspace dependencies do not align with hades-ts/hades' version
  • checks if any package's local version mismatches its latest release (needs releasing)
  • shows the local and released version of each package
  • packages in the report are listed in topologically sorted order (why not heh)
@gnuhc
Copy link
Contributor

gnuhc commented Dec 24, 2022

Added rush audit and rush versions commands

Update: rush versions command still exists, but rush audit was removed

@gnuhc gnuhc closed this as completed Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants