Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 0641dab

Browse files
authored
Merge pull request #317 from NifTK/release-v0.5.0
Added missing chandler step to contribution guide
2 parents 900fbb9 + 0654af7 commit 0641dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,14 @@ Steps to release a new version:
285285
1. Send a pull request from `releasing-x` to `dev`;
286286
1. Check CI tests outcome, check changelog, accept the pull request;
287287
1. Tag the latest commit of `dev`;
288+
1. Once the tag has been pushed to GitHub, run [chandler][chandler] to synchronise the changelog with the published release on GitHub
288289
1. the `pip stage` will be triggered in CI, there should be a wheel ready;
289290
1. Publish the pip wheel on [PyPI test server][pypi-test];
290291
1. Inspect testing front page, make sure everything looks fine, links work, etc.;
291292
1. Push pip wheel to release (warning: not revertible);
292293
1. Merge `dev` to `master` (archiving the new version).
293294

294-
295+
[chandler]: https://github.com/mattbrictson/chandler
295296
[pep440]: https://www.python.org/dev/peps/pep-0440/
296297
[changelog]: CHANGELOG.md
297298
[git-tag]: https://git-scm.com/book/en/v2/Git-Basics-Tagging

0 commit comments

Comments
 (0)