You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@ You can open pull requests by following the steps:
69
69
70
70
## Release Guidelines
71
71
72
-
Some steps for releasing a new version:
72
+
To release a new version:
73
73
74
74
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
76
76
3.`git tag v{major}.{minor}.{patch}`
77
-
4.`git push master`
77
+
4.`git push origin master`
78
78
5.`git push --tags`
79
79
6.[Draft and publish](https://github.com/DataCrunch-io/datacrunch-python/releases) a new release.
80
80
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