Skip to content

Commit 8092857

Browse files
authored
Merge pull request #4 from scverse-bot/template-update-YosefLab-treedata-v0.3.1
Update template to v0.3.1
2 parents 816bd56 + bf5242f commit 8092857

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.cruft.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"template": "https://github.com/scverse/cookiecutter-scverse",
3-
"commit": "eaf57d22e4e524debfeae4468eb770012d3b8cbb",
4-
"checkout": null,
3+
"commit": "586b1652162ff7994b0070a034023d64289ae416",
4+
"checkout": "v0.3.1",
55
"context": {
66
"cookiecutter": {
77
"project_name": "treedata",

docs/contributing.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Before making a release, you need to update the version number in the `pyproject
9393
> Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
9494
9595
Once you are done, commit and push your changes and navigate to the "Releases" page of this project on GitHub.
96-
Specify `vX.X.X` as a tag name and create a release. For more information, see [managing Github releases][]. This will automatically create a git tag and trigger a Github workflow that creates a release on PyPI.
96+
Specify `vX.X.X` as a tag name and create a release. For more information, see [managing GitHub releases][]. This will automatically create a git tag and trigger a Github workflow that creates a release on PyPI.
9797

9898
## Writing documentation
9999

@@ -157,3 +157,4 @@ open _build/html/index.html
157157
[numpydoc]: https://numpydoc.readthedocs.io/en/latest/format.html
158158
[sphinx autodoc typehints]: https://github.com/tox-dev/sphinx-autodoc-typehints
159159
[pypi]: https://pypi.org/
160+
[managing GitHub releases]: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository

0 commit comments

Comments
 (0)