Skip to content

Commit

Permalink
update workflow for creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Sep 7, 2016
1 parent 8f43961 commit 86362f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-DEV.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Workflow for making a release

1. Update `NEWS.md` to list important changes
2. Check out the `stable` branch, rebase with `master`.
2. Check out the `stable` branch, merge 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.
Expand Down

0 comments on commit 86362f3

Please sign in to comment.