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

Automatically choose and update version number according to CHANGELOG head #6

Open
4 of 8 tasks
MoOx opened this issue Jan 20, 2016 · 0 comments
Open
4 of 8 tasks

Comments

@MoOx
Copy link
Owner

MoOx commented Jan 20, 2016

This should be easy:

  • current pre verifications
  • cleanup, install, test
  • read changelog (like for github-release-from-changelog)
  • check for Removed/Fixed for major | Added for minor | Fixed for patch
  • npm --no-git-tag-version version ${see previous line}
  • read/prepend version number to the CHANGELOG (with the date) + commit --amend (since npm version make a commit)
  • check no tag with this version number
  • publish, tag, github release
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

1 participant