We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice if we could get travis to automatically creates release for us. What i imagine would be:
I don't have any experiences with this yet, so any contribution is highly appreciated.
The text was updated successfully, but these errors were encountered:
Travis supports Releases in Github should be possible
executes the api docs task
can be done with an after_success or before_deploy task
after_success
before_deploy
updates the change_log.md pushes these too in the repo
that's a bit tricky since it requires a new commit
zips it and create a release
as the first, quite easily done.
Another way is to use a custom script that does all this in one go.
Sorry, something went wrong.
No branches or pull requests
Would be nice if we could get travis to automatically creates release for us. What i imagine would be:
I don't have any experiences with this yet, so any contribution is highly appreciated.
The text was updated successfully, but these errors were encountered: