From c473d7371d48a5c66b9f81787b2abdbe12f54ab8 Mon Sep 17 00:00:00 2001 From: ticaki <59184294+ticaki@users.noreply.github.com> Date: Sun, 10 Mar 2024 10:23:40 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d546b7..b33382e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Together with the corresponding **Github Actions** workflow (more on that below) ``` @@ -67,10 +67,10 @@ In order to use this script, you need to maintain the changelog in either `READM -## **WORK IN PROGRESS** +### **WORK IN PROGRESS** - Did some changes - Did some more changes @@ -93,13 +93,13 @@ If you are using `README.md`, the script can automatically move old changelog en You can add free text after the placeholder: ```md -## **WORK IN PROGRESS** - 2020 Doomsday release +### **WORK IN PROGRESS** - 2020 Doomsday release ``` will be turned into ```md -## 1.2.3 (2020-02-02) - 2020 Doomsday release +### 1.2.3 (2020-02-02) - 2020 Doomsday release ``` for example.