Skip to content

Commit cf40099

Browse files
committed
Simplify release instructions
1 parent 27bca55 commit cf40099

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

extras/RELEASE.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11

2+
23
# Release Instructions
34

45
* Verify pass in [CircleCI](https://circleci.com/gh/greenmoss/PyWavefront)
56
* Check against latest `master`
6-
* Update local git
7-
* `git fetch -ap && git pull origin master`
87
* Update `CHANGELOG.md` from merged PRs
98
* Update contributors in `README.md`
109
* Update version in `setup.py`
11-
* `git add -A && git commit -v`
12-
* Use commit message 'Prepare for release x.y.z'
13-
* `git push origin master`
14-
* Create/activate virtualenv, and `pip install twine`
15-
* **MUST** be Python 3.7 or later!
10+
* Update version in `__init__`
1611
* `python setup.py bdist_wheel`
1712
* `twine upload dist/$(ls -tr dist/ | tail -1)`
1813
* Create Github release, named as version
1914
* Close Github issues associated with merged PR
20-
* Update local git
21-
* `git fetch -ap && git pull origin master`

0 commit comments

Comments
 (0)