lumenlearning / candela-citation

Citations for Candela
MIT License
5 stars 4 forks source link

release version parity #4

Closed bdolor closed 6 years ago

bdolor commented 6 years ago

The version number of composer.json

based on the version number of the plugin

should match the release version on github

Otherwise composer can't find the release:

image

and small, fluffy white kittens cry. 😹

ghost commented 6 years ago

Haha! Sorry about the fluffy white kitten. First time managing releases. Thanks for the heads up!

ghost commented 6 years ago

Looks like it's working for me now. Here's what my composer.json looks like for my test case:

{
        "repositories": [
                {
                        "type": "vcs",
                        "url": "https://github.com/lumenlearning/candela-citation"
                }
        ],
        "require": {
                "lumenlearning/candela-citation": "1.0.0"
        }
}

Can you confirm it's working for you @bdolor?

bdolor commented 6 years ago

yay image