mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
82a6ceb99e
[skip ci]
604 B
604 B
Release Process for PyLink
This document documents the steps that I (James) use to release updates to PyLink.
Draft the next release’s changelog in
RELNOTES.md
Bump the version in the
VERSION
file.Commit the changes to
VERSION
andRELNOTES.md
, and tag+sign this commit as the new release. Do not prefix version numbers with “v”.Publish the release via the GitHub release page, using the same changelog content as
RELNOTES.md
.For stable releases,
also upload to PyPI:PyPi uploads are handled automatically via Travis-CI.python3 setup.py sdist upload