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
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,10 @@ reported the issue. Please try to include as much information as you can.
16
16
17
17
## Releases
18
18
19
-
First you will need to update the `version` in the [`pyproject.toml`](./pyproject.toml) file. Next you need to merge the
20
-
change to the `develop` branch using a pull request.
19
+
First you will need to update the `version` in the [`pyproject.toml`](./pyproject.toml) file.
20
+
Next you need to merge these changes into the `develop` branch using a pull request.
21
21
22
-
Lookup the generated release notes, they are listed as draft. Copy them to a temporary file for later use.
23
-
24
-
Then you need to create a new release. You can do this by creating a tag and push it to the remote:
25
-
26
-
```bash
27
-
git tag v$(awk '/version/{print $NF}' pyproject.toml | sed 's/\"//g')
28
-
git push --tags
29
-
```
30
-
31
-
This will trigger the GitHub Actions [`release`](.github/workflows/release.yml) workflow. When the release process is
32
-
done. You need to create a pull request from `develop` to `main` and merge it.
33
-
34
-
Then you need to the releases section on GitHub and update the new release. Go to the releases section on GitHub and
35
-
update the new release with the previously stored release notes.
22
+
You need to create a pull request from `develop` to `main` and merge it. This will trigger the GitHub Actions [`release`](.github/workflows/release.yml)
0 commit comments