-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Semantic release #523
Comments
👍 for semantic-release |
i do wanna setup greenkeeper. i'd need to look more into semantic-release |
If you need more info ping me. |
+1 for having a changelog |
@pensierinmusica we have always had one https://github.com/koajs/koa/blob/master/History.md |
Thanks @tj! Where do I find changelog and usage information for Koa v2.x? |
I think the 2.x was moved back into a separate branch instead of master https://github.com/koajs/koa/blob/v2.x/History.md master for latest makes sense to me but I think people were pull-requesting against the wrong branch or something |
Is there any explanation I can find about:
Thanks! |
Good question! I haven't seen any migration docs around but the new Readme sort of highlights the change. It's not obvious that its the only thing that changed but basically just the middleware signature: https://github.com/koajs/koa/tree/v2.x#example Which was made because async/await effectively replaces generators, which was actually our intent from the very beginning, but generators were the first thing enabling a similar experience. https://github.com/koajs/koa/tree/v2.x#example-with-async-functions-babel-required |
i don't think it's worth setting up and having everyone follow the rules. publishing also takes 5 seconds and happens once every few months. it's not something that needs to be optimized. |
Since Koa is now using semver, it's probably a good idea to consider using semantic-release too.
What would Koa get with it:
What's need to be updated:
It supports updating old releases too, ie. Koa is on 2.x and you want to update 1.x with some important update.
Also, another there's another cool tool that can be used with Koa: greenkeeper.io
The text was updated successfully, but these errors were encountered: