-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merges in v0.11.1 and adds in test on windows as a step for the release
- Loading branch information
Showing
24 changed files
with
245 additions
and
136 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
# Making a Release | ||
1. Make and deploy a version to test it on a windows machines. | ||
|
||
1. Tag the HEAD of the release branch and push to github: `git tag <version> && git push --tags`. | ||
2. Tag the HEAD of the release branch and push to github: `git tag <version> && git push --tags`. | ||
Opal branch names are in the format `vX.Y.Z` the tag for a release should be the `X.Y.Z` component | ||
of the branch name. | ||
|
||
1. Check version is correct in `_version.py`. | ||
3. Check version is correct in `_version.py`. | ||
|
||
1. Make sure you have `twine` installed and then: `make release` | ||
4. Make sure you have `twine` installed and then: `make release` | ||
|
||
1. Merge the branch you are releasing into `master` | ||
5. Merge the branch you are releasing into `master` | ||
|
||
1. Update the Github release page and make sure that it has the relevant Changelog contents. | ||
6. Update the Github release page and make sure that it has the relevant Changelog contents. | ||
|
||
1. If the branch for the next version does not already exist, create that branch. For instance, if you | ||
7. If the branch for the next version does not already exist, create that branch. For instance, if you | ||
have released `x.y.z` then create `x.y.(z+1)`. If you are creating a new version branch, ensure you have | ||
also changed the version number in the documentation, `opal._version.__version__`, and the branches that | ||
any badges in the project README are pointing at. | ||
|
||
1. Change the github default branch to be the new in development version | ||
8. Change the github default branch to be the new in development version | ||
|
||
1. Update the Opal website: Change the current release and development version on the homepage, and run | ||
9. Update the Opal website: Change the current release and development version on the homepage, and run | ||
`rake docs` to regenerate the documentation site with a new latest stable release version. | ||
|
||
1. Post to the Opal mailing list to announce the new release. | ||
10. Post to the Opal mailing list to announce the new release. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.