File: release.rst

package info (click to toggle)
python-parsel 1.6.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 332 kB
  • sloc: python: 1,467; makefile: 213; sh: 8
file content (12 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Release procedures
------------------

* Update NEWS file with the release notes.
  Review changes using: ``restview --pypi-strict <(cat README.rst NEWS | grep -v ':changelog')``
* Run bumpversion with the proper release type
* Push code and tags to GitHub to trigger build
* Copy release notes to https://github.com/scrapy/parsel/releases
* Verify in a temporary virtualenv that ``pip install parsel`` installs the
  latest version
* Update version builds at: https://readthedocs.org/projects/parsel/versions/
  You should ensure that previous stable version is active and point stable to the new tag