forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Workflow for making a release | ||
|
||
1. Update `NEWS.md` to list important changes | ||
2. Check out the `stable` branch, rebase with `master`. | ||
3. Update `libmxnet_curr_ver` in `deps/build.jl` to the latest commit SHA (or any proper reference). Using `master` here is not good because future changes in libmxnet might break existing Julia packages. | ||
4. Run tests. | ||
5. Commit changes and push. | ||
6. Run `Pkg.tag("MXNet")` in Julia. | ||
7. Run `Pkg.publish()`, which will open a browser for making a pull request to METADATA.jl. | ||
8. Edit the [releases page](https://github.com/dmlc/MXNet.jl/releases) to copy the release notes from `NEWS.md` to the newly created release tag. |
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