grammyjs / nestjs

grammY integration for NestJS.
42 stars 11 forks source link

feat: fix explorer startup race condition #13

Closed drmikecrowe closed 2 years ago

drmikecrowe commented 2 years ago

fixes #10

drmikecrowe commented 2 years ago

You don't have to bump the version in a PR, do you?

It all depends on your build system. One of the things I started doing as a process is ensuring all PR's were at different versions. At one of my jobs, automation built release packages when pushed to master/main, so merging a PR without a version bump caused the build to fail. I now have the habit of bumping each new branch as a new version in husky

I guess that doesn't technically apply here right now, but it's a pattern I like