Skip to content

Commit 3ce5810

Browse files
committed
tweak contributing instructions
1 parent 3cf9b74 commit 3ce5810

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ You can open pull requests by following the steps:
6969

7070
## Release Guidelines
7171

72-
Some steps for releasing a new version:
72+
To release a new version:
7373

7474
1. Update the version in `__version__.py`
75-
2. Add an entry to the CHANGELOG.md file
75+
2. Add an entry to the `CHANGELOG.md` file
7676
3. `git tag v{major}.{minor}.{patch}`
77-
4. `git push master`
77+
4. `git push origin master`
7878
5. `git push --tags`
7979
6. [Draft and publish](https://github.com/DataCrunch-io/datacrunch-python/releases) a new release.
8080
7. Check that package is automatically published to [PyPI](https://pypi.org/project/datacrunch/) via [GitHub action](https://github.com/DataCrunch-io/datacrunch-python/actions/workflows/publish_package.yml).

0 commit comments

Comments
 (0)