This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1364 from scottpurdy/master
Update release workflow
- Loading branch information
Showing
2 changed files
with
8 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,12 @@ | ||
# Release Process | ||
|
||
1. Send an announcement that a release is underway to the committer's lounge on | ||
discourse.numenta.org and ask reviewers not to merge PRs in nupic.core until | ||
you're done with the release. | ||
2. Create a PR that includes: | ||
- Release notes added to CHANGELOG.md (start with `git log <last-release-tag>..HEAD --oneline`) | ||
- Change to the VERSION file so it matches the intended release version | ||
3. Wait for the PR to be approved and merged, and the Bamboo build to complete | ||
successfully, along with the corresponding AppVeyor and Travis builds. | ||
4. Create a "release" in Bamboo with a version matching the intended release | ||
version | ||
5. Deploy the release in Bamboo. This will: | ||
1. Select a green build in Bamboo that has the changes that you want to release | ||
2. Ensure that this build has the correct version in the VERSION file | ||
3. Create a Bamboo release with version matching the VERSION file in the repo | ||
4. Deploy the release in Bamboo. This will: | ||
- Validate that the Bamboo release number matches the wheel versions. | ||
- Push the wheels to PyPI | ||
- Push the source archive to S3 | ||
6. Create a new Github "Release" at https://github.com/numenta/nupic.core/releases/new | ||
- Along with the creation of the release, there is an option to create a git tag with the release. Name it "X.Y.Z" and point it to the commit SHA for the merged PR described in #2 above. | ||
- Release title should be "X.Y.Z" | ||
- Release description should be the latest changelog | ||
7. Create a PR that includes the following, and wait for this PR to be approved and merged: | ||
- Change to the VERSION file with the next expected release and ".dev0" as suffix. For example, if the release was 0.5.0, then change it to 0.5.1.dev0 | ||
8. Send an announcement to the committer's lounge on discourse.numenta.org that the release is complete. | ||
- Create a Github release | ||
- Tag the repo commit with the version | ||
- Bump the VERSION file to the next bugfix release number |
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 +1 @@ | ||
1.0.1.dev0 | ||
1.0.1 |