Skip to content

Commit

Permalink
#31 Clean up contributing documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsken committed Nov 26, 2024
1 parent 3918b68 commit 3af1905
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Repository permissions:

- Issues: read-only
- Pull requests: read-only
- Metadata: read-ony (mandatory and enabled automatically)
- Metadata: read-only (mandatory and enabled automatically)

Organization permissions:

Expand All @@ -56,14 +56,12 @@ Many coding guidelines are automatically enforced (and some even fixed automatic
poetry run pre-commit run --all-files
```

## Release cheatsheet
## Release cheat-sheet

This section only relevant for developers with access to the PyPI project.

To add a new release, first update the `pyproject.toml`:

.. code-block:: toml

```toml
[tool.poetry]
version = "1.x.x"
Expand Down

0 comments on commit 3af1905

Please sign in to comment.