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

Pre-release/version bump task #22

Open
elseloop opened this issue Apr 29, 2016 · 4 comments
Open

Pre-release/version bump task #22

elseloop opened this issue Apr 29, 2016 · 4 comments

Comments

@elseloop
Copy link
Contributor

I know there are packages to do this already, I just haven't researched them.

@elseloop elseloop added this to the Tasks milestone Apr 29, 2016
@krambuhl
Copy link
Contributor

https://github.com/mgol/npm-bump is a good one, but it is a global install not a module install.

npm-bump major
npm-bump minor
npm-bump patch

@elseloop
Copy link
Contributor Author

Looks like gulp-bump can be included in a package and set up as a task. This is appealing to me versus a global package as I'd like there to be a release task composed of other discrete tasks (tests, version bump, push, open PR, etc.). (Eliminating via automation the sort of forgetful idiocy I am prone would be another way of putting it.)

@krambuhl krambuhl mentioned this issue Apr 29, 2016
@krambuhl
Copy link
Contributor

I agree with that sentiment, we should try to safety proof the system for that 3AM phone call. I think we could put some of those tasks in a CI tool (#23) to keep the local dev tasks a bit lighter.

@elseloop
Copy link
Contributor Author

elseloop commented Jul 6, 2016

@krambuhl krambuhl removed this from the Tasks milestone Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants