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/development/releasing.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
1. In `Choose a tag`, enter the new tag (obviously complying with [SemVer](https://semver.org/))
6
6
1. Click on `Generate release notes`
7
7
1. Copy/paste the generated text from `## What's changed` until the line before `**Full changelog**:...` in the CHANGELOG.md replacing `What's changed` with the tag and the publication date
8
-
1. Change the version number in `__about__.py`
9
8
1. Commit changes with a message like `release: bump version to X.x.x` to the main branch
10
9
1. Apply a git tag with the relevant version: `git tag -a 0.3.0 {git commit hash} -m "New awesome feature"`
11
10
1. Push commit and tag to main branch: `git push --tags`
0 commit comments