Skip to content

Commit

Permalink
Formatted paragraphh as a single line in developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jun 4, 2024
1 parent 0d37e6c commit 28fa937
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ Releasing a single plugin includes
* Publish to pypi
* Create a release on GitHub

This requires to have a dedicated Git-tag for each release of each of the
plugins. The convention is to use the name of the plugin as prefix followed
by a dash character and the version of the plugin, e.g. `pytest-saas-0.1.0`.
This requires to have a dedicated Git-tag for each release of each of the plugins. The convention is to use the name of the plugin as prefix followed by a dash character and the version of the plugin, e.g. `pytest-saas-0.1.0`.

In order to create release for one of the plugins
1. Open the GitHub repository in your browser
Expand Down

0 comments on commit 28fa937

Please sign in to comment.