Skip to content

Commit 1434106

Browse files
committed
Fix valdidation errors in release.md
1 parent 08179f5 commit 1434106

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

extras/RELEASE.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
To release:
1+
2+
# Release Instructions
3+
24
* Verify pass in [CircleCI](https://circleci.com/gh/greenmoss/PyWavefront)
3-
* Check against latest `master`
5+
* Check against latest `master`
46
* Update local git
5-
* `git fetch -ap && git pull origin master`
7+
* `git fetch -ap && git pull origin master`
68
* Update `CHANGELOG.md` from merged PRs
79
* Update contributors in `README.md`
810
* Update version in `setup.py`
911
* `git add -A && git commit -v`
10-
* Use commit message 'Prepare for release x.y.z'
12+
* Use commit message 'Prepare for release x.y.z'
1113
* `git push origin master`
1214
* Create/activate virtualenv, and `pip install twine`
13-
* **MUST** be Python 3.7 or later!
15+
* **MUST** be Python 3.7 or later!
1416
* `python setup.py bdist_wheel`
1517
* `twine upload dist/$(ls -tr dist/ | tail -1)`
1618
* Create Github release, named as version
1719
* Close Github issues associated with merged PR
1820
* Update local git
19-
* `git fetch -ap && git pull origin master`
21+
* `git fetch -ap && git pull origin master`

0 commit comments

Comments
 (0)