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
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
When someone wants to install this Magento extension via Composer, it will not be possible by running composer require seatgeek/djjob. That's because each new version should be tagged, currently there is no tag, meaning no stable release is available.
Things to do:
add "version": "1.0.0" to composer.json
create a Git tag 1.0.0 from the current master branch
enable auto update to let packagist publish future releases automatically
Oh wow I didn't see this at all. Only seeing now because there was a pr filed - hard to digest that a project we started so long ago is still being used in prod (we've since moved to an internal djjob-amqp project).
I'll try and take a look at this soon.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When someone wants to install this Magento extension via Composer, it will not be possible by running
composer require seatgeek/djjob
. That's because each new version should be tagged, currently there is no tag, meaning no stable release is available.Things to do:
"version": "1.0.0"
to composer.jsonI've created a fork and published it here: https://packagist.org/packages/elvetemedve/djjob
I'll remove it as soon as the original package is available on packagist.
The text was updated successfully, but these errors were encountered: