Skip to content

Commit 1bab8e8

Browse files
committed
release_checklist: add generating CHANGES.rst
1 parent c1a3a44 commit 1bab8e8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ doc: .venv
4242

4343
doc-clean:
4444
rm -rf doc/_build
45+
46+
changes:
47+
reno report --output CHANGES.rst --no-show-source

release_checklist.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Sounds like a python script for me, but here's the manual checklist:
33

44
- [ ] check the latest commits on master
55
- [ ] every major change reflected in the release notes
6+
- [ ] CHANGES.rst is generated by `make changes`: check formatting
67
- [ ] check the latest doc build at rtd.org
78
- [ ] check that master is green at travis
89
- [ ] version bump (sphinx/conf.py, setup.py)
@@ -11,5 +12,6 @@ Sounds like a python script for me, but here's the manual checklist:
1112
- [ ] build the dist: setup.py sdist bdist_wheel
1213
- [ ] install package in a local venv
1314
- [ ] run the examples in this venv
15+
- [ ] CHANGES.rst is generated by `make changes`: commit
1416
- [ ] push to github (version bump, tags)
1517
- [ ] upload dist/* to pypi

0 commit comments

Comments
 (0)