File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments