We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b135f commit 2f18318Copy full SHA for 2f18318
RELEASE.md
@@ -1,6 +1,8 @@
1
To release:
2
* Verify pass in [CircleCI](https://circleci.com/gh/greenmoss/PyWavefront)
3
* Check against latest `master`
4
+* Update local git
5
+ * `git fetch -ap && git pull origin master`
6
* Update `CHANGELOG.md` from merged PRs
7
* Update contributors in `README.md`
8
* Update version in `setup.py`
@@ -10,3 +12,6 @@ To release:
10
12
* `python setup.py bdist_wheel`
11
13
* `twine upload dist/$(ls -tr dist/ | tail -1)`
14
* Create Github release, named as version
15
+* Close Github issues associated with merged PR
16
17
0 commit comments