File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ Things to do while releasing a new version
2+ ==========================================
3+
4+ This file is a memo for the maintainer.
5+
6+
7+ 0. Checks
8+ ---------
9+
10+ * Check Copyright years in ``cover-thumbnailer.py `` (comment and ``__copyright__ `` var)
11+ * Check Copyright years in ``cover-thumbnailer-gui.py `` (comment and ``__copyright__ `` var)
12+ * Check Copyright years in ``install.sh `` (comment)
13+ * Check Copyright years in ``man/cover-thumbnailer.1 `` (copyright section)
14+ * Check Copyright years in ``man/cover-thumbnailer-gui.1 `` (copyright section)
15+
16+
17+ 1. Release
18+ ----------
19+
20+ * Update version number in ``cover-thumbnailer.py `` (``__version__ `` var)
21+ * Update version number in ``cover-thumbnailer-gui.py `` (``__version__ `` var)
22+ * Update version number in ``install.sh `` (comment)
23+ * Update version number and date in ``man/cover-thumbnailer.1 `` (header)
24+ * Update version number and date in ``man/cover-thumbnailer-gui.1 `` (header)
25+ * Edit / update changelog in ``README.md ``
26+ * Commit / tag (``git commit -m vX.Y.Z && git tag vX.Y.Z && git push && git push --tags ``)
27+
28+
29+ 2. Publish Github Release
30+ -------------------------
31+
32+ * Make a release on Github
33+ * Add changelog
You can’t perform that action at this time.
0 commit comments