From 61db1771429ccc0a26f7647f03154f587de7ae83 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Sun, 18 May 2025 14:24:02 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> --- docs/create-new-invidious-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/create-new-invidious-release.md b/docs/create-new-invidious-release.md index db931ec..156ed29 100644 --- a/docs/create-new-invidious-release.md +++ b/docs/create-new-invidious-release.md @@ -93,12 +93,12 @@ If not, go back to step 2. ## Step 4 -Edit again `shard.yml` to add `-dev` to the version string. If you didn't already, also add a "future version" title line to the +Edit `shard.yml` again to add `-dev` to the version string. If you didn't already, also add a "future version" title line to the top of the changelog under which future PR will be listed. [Example commit](https://github.com/iv-org/invidious/commit/98926047586154269bb269d01e3e52e60e044035) -Commit you changes: +Commit your changes: ``` git add CHANGELOG.md shard.yml git commit -S -m "Prepare for next release"