From fdbed57f23f4056a9ae6d463fdd2d25d97b605d0 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 21 Jan 2020 09:46:09 +0100 Subject: [PATCH] Tweak release procedure --- docs/release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.rst b/docs/release.rst index a0ae66a..016f85e 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -12,7 +12,7 @@ Bump & tag version * Update the version number in ``setup.py`` * Update the version number in ``toot/__init__.py`` * Update ``changelog.yaml`` with the release notes & date -* Run ``./scripts/generate_changelog`` to generate a human readable changelog +* Run ``./scripts/generate_changelog > CHANGELOG.md`` to generate a human readable changelog * Commit the changes * Run ``./scripts/tag_release `` to tag a release in git * Run ``git push --follow-tags`` to upload changes and tag to Github