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
+
2
4
* Verify pass in [ CircleCI] ( https://circleci.com/gh/greenmoss/PyWavefront )
3
- * Check against latest ` master `
5
+ * Check against latest ` master `
4
6
* Update local git
5
- * ` git fetch -ap && git pull origin master `
7
+ * ` git fetch -ap && git pull origin master `
6
8
* Update ` CHANGELOG.md ` from merged PRs
7
9
* Update contributors in ` README.md `
8
10
* Update version in ` setup.py `
9
11
* ` 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'
11
13
* ` git push origin master `
12
14
* Create/activate virtualenv, and ` pip install twine `
13
- * ** MUST** be Python 3.7 or later!
15
+ * ** MUST** be Python 3.7 or later!
14
16
* ` python setup.py bdist_wheel `
15
17
* ` twine upload dist/$(ls -tr dist/ | tail -1) `
16
18
* Create Github release, named as version
17
19
* Close Github issues associated with merged PR
18
20
* 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