Skip to content

Commit f5afe16

Browse files
refactor: use bumpx for releases (#34)
Co-authored-by: Adrien Carpentier <adrien.carpentier@mail.numerique.gouv.fr>
1 parent 1060cce commit f5afe16

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,7 @@ You can run the following command to lint and format the code:
208208
```shell
209209
poetry run ruff check --fix && poetry run ruff format
210210
```
211+
212+
### Releases
213+
214+
The release process uses [bump'X](https://github.com/datagouv/bumpx).

poetry.lock

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sentry-sdk = "^2.13.0"
1717
[tool.poetry.group.dev.dependencies]
1818
aiohttp-devtools = "^1.0.post0"
1919
aioresponses = "^0.7.4"
20-
bumpr = "^0.3.8"
20+
bumpx = "^0.3.10"
2121
pytest = "^7.2.1"
2222
pytest-asyncio = "^0.20.3"
2323
ruff = "^0.6.5"

0 commit comments

Comments
 (0)