-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: bullmq support #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This lgtm. How do you think we want to handle semver? It definitely feels like this is a minor rev (which corresponds to the feat
tag), but that results in docker-arena's version diverging from upstream. Maybe we publish a dummy version of arena?
This change also looks like minor revision to me. What other changes we have to do if we want to publish dummy version of arena? |
I just mean that we'd republish the same code as in latest arena as a new minor version so they stay in sync. I'll take a look later today. |
Okay, let me know if I can contribute in some way. |
This release exists solely to track the version bump in docker-arena, per bee-queue/docker-arena#50. We aim to maintain a major+minor version parity between artifacts of the two projects.
## [3.6.0](v3.5.0...v3.6.0) (2020-11-25) ### Features * support bullmq in docker image ([c10a294](c10a294)), closes [bee-queue/docker-arena#50](bee-queue/docker-arena#50)
🎉 This PR is included in version 3.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes: #37