From 04b70114b78fa242579f4e0ea7869976b58d5f4b Mon Sep 17 00:00:00 2001 From: JFronny Date: Mon, 27 May 2024 16:31:39 +0200 Subject: [PATCH] docs: add dashes to better display publish process --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12a4a0a..2f784f1 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Also take a look at the references below for some resources for developing this ## Publishing Note: This section is only relevant for the maintainer of this repository and provided mostly for reference. -To publish a new version, first create a new tag for that version and push it to the repository. -To do so, use the `bumpVersion` task provided by `jf.autoversion` ([source code](https://git.frohnmeyer-wds.de/Johannes/Scripts)) by running `gradle bumpVersion -PnextVersionType=release`. -Then push the tag to the repository using `git push --tags`. -After that, run `gradle buildPlugin -Prelease` to build the plugin. You can find the output of that task as a zip file in the `build/distributions` directory. -Finally, upload the zip file to the JetBrains Marketplace. \ No newline at end of file +- To publish a new version, first create a new tag for that version and push it to the repository. +- To do so, use the `bumpVersion` task provided by `jf.autoversion` ([source code](https://git.frohnmeyer-wds.de/Johannes/Scripts)) by running `gradle bumpVersion -PnextVersionType=release`. +- Then push the tag to the repository using `git push --tags`. +- After that, run `gradle buildPlugin -Prelease` to build the plugin. You can find the output of that task as a zip file in the `build/distributions` directory. +- Finally, upload the zip file to the JetBrains Marketplace. \ No newline at end of file