File: RELEASE.md

package info (click to toggle)
pywavefront 1.3.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,112 kB
  • sloc: python: 1,586; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


# Release Instructions

* Verify pass in [CircleCI](https://circleci.com/gh/greenmoss/PyWavefront)
  * Check against latest `master`
* Update `CHANGELOG.md` from merged PRs
* Update contributors in `README.md`
* Update version in `setup.py`
* Update version in `__init__`
* `python setup.py bdist_wheel`
* `twine upload dist/$(ls -tr dist/ | tail -1)`
* Create Github release, named as version
* Close Github issues associated with merged PR