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: docs/about/contributing.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,12 +71,7 @@ We rely on [Semantic Versioning](https://semver.org/) for versioning a release.
71
71
*`MINOR` version when you add functionality in a backwards-compatible manner
72
72
*`PATCH` version when you make backwards-compatible bug fixes.
73
73
74
-
The command `npm run release:<type>`, where `<type>` is either `patch`, `minor` or `major`, helps you to do the release.
75
-
76
-
It performs the following task for you:
77
-
* increase the package version number in the `package.json` file
78
-
* generate the change log
79
-
* create a tag accordingly in the git repository and push it
74
+
To cut a release: bump the `version` field in `pyproject.toml`, commit it, then create the matching git tag and push it (the published releases are driven by git tags).
0 commit comments