From d89db213e56b6a584ea32d51be3c9e71794d146d Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 2 Jan 2024 12:57:35 -0500 Subject: [PATCH] refactor: add a command to the installation guide and also refactor config --- .releaserc.json | 4 ++-- installation-guide.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index cf989ba..d4521e7 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -10,7 +10,7 @@ "release": "major" }, { - "type": "refactoring", + "type": "refactor", "release": "patch" } ] @@ -51,7 +51,7 @@ "section": "Build system 🛠️" }, { - "type": "refactoring", + "type": "refactor", "section": "Refactoring \uD83D\uDEE0" } ] diff --git a/installation-guide.txt b/installation-guide.txt index 473a17a..88bfa07 100644 --- a/installation-guide.txt +++ b/installation-guide.txt @@ -2,4 +2,6 @@ This is the installation guide 1) Download the project 2) Run mvn build -3) Run the jar \ No newline at end of file +3) Run the jar + +Note: this command could be useful sometime: npx semantic-release --no-ci --debug \ No newline at end of file