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

Create some sort of check to ensure packages are bumped #3882

Open
busma13 opened this issue Dec 16, 2024 · 0 comments
Open

Create some sort of check to ensure packages are bumped #3882

busma13 opened this issue Dec 16, 2024 · 0 comments

Comments

@busma13
Copy link
Contributor

busma13 commented Dec 16, 2024

We often forget to bump package versions before merging, or catch it at the last minute. It would be great to add some linting or a test that tells us we need to bump versions before we can merge to master.

We have a few options:

  • pre-push hook.
  • some sort of lint rule
  • add a job to the CI tests that runs a modifies ts-scripts sync command.
  • add a job to the CI tests that runs a new script
  • maybe there is a github action for this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants