Skip to content

Commit 632266c

Browse files
committed
Move release to its own file
1 parent 54e8470 commit 632266c

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,6 @@ uv run ruff check --fix .
140140
uv run ruff format .
141141
```
142142

143-
## Releases
144-
145-
This project uses Trusted Publishing:
146-
147-
* Bump version on pyproject.toml
148-
* Run `uv sync`
149-
* Tag new version
150-
* Publish the release on GitHub with CHANGELOG
151-
152-
Now a new version will be automatically pushed to PyPi.
153-
154143
## Acknowledgements
155144

156145
A thank you to [Rob Hudson](https://github.com/robhudson) for implementing the Django integration.

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This project uses Trusted Publishing:
2+
3+
* Bump version in `pyproject.toml`
4+
* Run `uv sync`
5+
* Tag new version
6+
* Publish the release on GitHub with CHANGELOG
7+
8+
Now a new version will be automatically pushed to PyPi.

0 commit comments

Comments
 (0)