From beb8a36e3316395b073ab56afc4045a3c07cb5d6 Mon Sep 17 00:00:00 2001 From: Tobias Groza Date: Thu, 28 Feb 2019 08:08:16 -0800 Subject: [PATCH] Suggestion #3 Co-Authored-By: snappyapple632 <40573129+snappyapple632@users.noreply.github.com> --- docs/05_releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05_releasing.md b/docs/05_releasing.md index 1528043..0bd4087 100644 --- a/docs/05_releasing.md +++ b/docs/05_releasing.md @@ -89,7 +89,7 @@ this is what you should do when releasing: 3. Merge __dev__ into master on the extractor. 4. Create a GPG signed tag with the name `v0.x.y` on the extractor. 5. Make sure the draft name equals the tag name. ![draft_name](img/draft_name.png) -6. Make sure to not have forgotten enything + 6. Make sure to not have forgotten anything. 7. Click "Publish Release". 8. Rebase quickfix changes back into __dev__ if quickfixes were made.