Skip to content

Commit

Permalink
fix ReST
Browse files Browse the repository at this point in the history
  • Loading branch information
shamrin committed Nov 21, 2024
1 parent 6ddce70 commit 8351735
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ Release Guidelines
------------------------
Some steps for releasing a new version:

1. Update the version in `__version__.py`
1. Update the version in ``__version__.py``
2. Add an entry to the CHANGELOG.rst file
3. `git tag vX.Y.Z`
4. `git push master`
5. `git push --tags`
6. `Draft and publish`_ a new release.
3. ``git tag vX.Y.Z``
4. ``git push master``
5. ``git push --tags``
6. ``Draft and publish``_ a new release.
7. Check that package is automatically published to `PyPI`_ via `GitHub action`_.
.. _Draft and publish: https://github.com/DataCrunch-io/datacrunch-python/releases
Expand Down

0 comments on commit 8351735

Please sign in to comment.