-
Notifications
You must be signed in to change notification settings - Fork 185
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
Version increment/deploy path #276
Comments
I think it would be better to use Travis CI. |
@DeviaVir What can I do to help? |
@abetomo I would like to see how a release script (travis) would look like, any samples you know of? |
@DeviaVir I will try to create samples by 6/2 ! |
@DeviaVir
(The sample script project is a simple one made just to confirm the operation. |
still considering step 2, it would be great if travis could take over the entire process of tagging, bumping version and pusing that all to master.. |
@DeviaVir |
I am checking release processing on travis. |
Sure, no rush. Happy with a solution either way. |
@DeviaVir
In the case of token, it affects the whole user who created token, but in the case of deploy key, it affects only the registered repository. I made a sample up to pushing to master with travis.
=== |
Thinking about, and open for suggestions, a release management that can automatically increment and tag latest version on changes to master.
Needs to update:
CHANGELOG.md
test/main.js#L65
package.json
versionTravis? Git hooks?
The text was updated successfully, but these errors were encountered: