Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the public-ready version of Autorelease. Thanks to the ability to import Travis configs, this can now finally be the project I've wanted it to be -- easily used by different projects, my own or those of others.
More docs still need to be written, but the main idea is that you keep a particular branch
stablefrom which you do your releases. When you want to do a release, you make a PR againststable. It runs tests and a test deployment; when merged it cuts a GitHub release and pushes the real deployment. All without you needing to worry about it!Basic setup process is:
setup.pyandversion.pyscripts from heresetup.cfgAUTORELEASE_TOKEN(a GitHub personal access token) and pypi credentials $TWINE_USERNAME and $TWINE_PASSWORD (should be the same for both pypi and testpypi)dwhswenson/autorelease:autorelease-travis.yml@v0.1.0in your Travis script(Note: Version 0.1.0 is essentially a repackaging of 0.0.18, so there is no changelog here.)