Skip to content

Commit

Permalink
refactor: add a command to the installation guide and also refactor c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
arkadioz committed Jan 2, 2024
1 parent bb3f71b commit d89db21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"release": "major"
},
{
"type": "refactoring",
"type": "refactor",
"release": "patch"
}
]
Expand Down Expand Up @@ -51,7 +51,7 @@
"section": "Build system 🛠️"
},
{
"type": "refactoring",
"type": "refactor",
"section": "Refactoring \uD83D\uDEE0"
}
]
Expand Down
4 changes: 3 additions & 1 deletion installation-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ This is the installation guide

1) Download the project
2) Run mvn build
3) Run the jar
3) Run the jar

Note: this command could be useful sometime: npx semantic-release --no-ci --debug

0 comments on commit d89db21

Please sign in to comment.