docs: add dashes to better display publish process

This commit is contained in:
Johannes Frohnmeyer 2024-05-27 16:31:39 +02:00
parent fac35b3873
commit 04b70114b7
Signed by: Johannes
GPG Key ID: E76429612C2929F4

View File

@ -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.
- 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.