You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
ts-scripts sync
command.The text was updated successfully, but these errors were encountered: