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/contributing.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,6 @@ AnnData follows the development practices outlined in the [Scanpy contribution g
6
6
.. include:: _key_contributors.rst
7
7
```
8
8
9
-
## Release Notes
10
-
11
-
AnnData differs from `scanpy` (for now) in how its releases are done.
12
-
It uses [towncrier][] to build its changelog.
13
-
We have set up some automation around this process.
14
-
To run `towncrier`, create a `PR` into the base branch of the release with the compiled changelog, and backport to `main` if needed (i.e., the base branch is something like `0.10.x`), run
15
-
16
-
```shell
17
-
hatch run towncrier:build X.Y.Z
18
-
```
19
-
20
-
You may add the option `--dry-run` at the end to do the local steps without pushing to Github, although the push will be mocked via [`gh pr --dry-run`](https://cli.github.com/manual/gh_pr_create).
0 commit comments