From 595da9054e391b05a59b57c0c0a4487ea10062ce Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 16 Dec 2018 14:56:56 -0800 Subject: [PATCH] Better example commit This one updates the README news section as well --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 0b298cec..5b7d75d2 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -118,7 +118,7 @@ We increment ``minor`` for new features. We increment ``patch`` for bugfix releass. -To release a new version, first create a commit that updates :ref:`the changelog ` with highlights of the new version. An example `commit can be seen here `__:: +To release a new version, first create a commit that updates :ref:`the changelog ` with highlights of the new version. An example `commit can be seen here `__:: # Update changelog git commit -m "Release 0.25.2" -a