From 31f5ee537b8a8e1d6eb6a560085f13c6a898e8ba Mon Sep 17 00:00:00 2001 From: Ivan Lee Date: Tue, 7 Jan 2020 21:22:01 -0500 Subject: [PATCH] v3.4.1: Release prep. --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 83ed1093..79bb06fc 100644 --- a/docs/development.md +++ b/docs/development.md @@ -33,6 +33,6 @@ CFLAGS="-mmacosx-version-min=10.13" pip install mmh3 1. Update changelog.md and other sundry documentation. 1. Deploy documents by running `mkdocs gh-deploy` 1. Run `bumpversion [major/minor/patch]` to generate new version & tag. -1. Push tag to remote branch. +1. Push tag to remotes. 1. Create new Release in Github and paste in Changelog. 1. Github Actions workflow will automagically publish to Pypi. ^^ \ No newline at end of file