Skip to content
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

Versioning #727

Open
ckhatton opened this issue Feb 26, 2017 · 1 comment
Open

Versioning #727

ckhatton opened this issue Feb 26, 2017 · 1 comment

Comments

@ckhatton
Copy link
Member

Who is in charge with tagging and editing the changelog?

If anyone is, are we going by the [vMajor.Minor.Hotfix] scheme of version numbering?

e.g.

v13.0.9

@mde
Copy link
Contributor

mde commented Feb 28, 2017

Yes, we're using the traditional semver scheme. The tagging and release process is done automatically (by me) using a Jake task: https://github.com/geddy/geddy/blob/master/Jakefile#L46 (the npmPublishTask is an older name for Jake's PublishTask (http://jakejs.com/docs#publish_task). IIRC, the changelog is just manually edited. I'm happy to delegate some of this process, but we have to be very careful to make sure we don't accidentally publish a broken version to NPM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants