Skip to content

Commit 4ea2071

Browse files
jpichonmergify[bot]
authored andcommitted
Prepare 0.2.6 release
Also update the README with tips on how to avoid the gotcha from last time until we automate all this.
1 parent 2f5f71a commit 4ea2071

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ History
5858
------------------
5959

6060
* Fix RST formatting issue to unbreak Pypi uploads
61+
62+
0.2.6 (2021-02-11)
63+
------------------
64+
65+
* Add new log function to get a single commit's information

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ Pushing a new release
7676
*********************
7777

7878
1. Prepare a patch to update the version number (`example`_)
79+
80+
You may want to check the HISTORY.rst file renders correctly before
81+
committing, as the twine upload will fail later if it
82+
doesn't. Install one of these::
83+
84+
# dnf install python3-readme-renderer
85+
$ pip install readme-renderer
86+
87+
Then run the following command::
88+
89+
$ python -m readme_renderer README.rst -o /tmp/README.html
90+
7991
2. Once that's merged, tag that patch and push the new tag to the repo
8092
3. Run the following commands::
8193

git_wrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Jason Joyce"""
66
__email__ = 'fuzzball81@gmail.com'
7-
__version__ = '0.2.5'
7+
__version__ = '0.2.6'

0 commit comments

Comments
 (0)