From 4e8cede6c5e9e6b99d77a60a242e4238b35a322c Mon Sep 17 00:00:00 2001 From: Chris Smit Date: Thu, 18 Jan 2024 12:38:56 +0200 Subject: [PATCH] Update the Readme to explain the release process --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d6baf7..7bdb7a9 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,8 @@ python example/manage.py makemigrations field_audit ### Uploading to PyPI -Package and upload the generated files. +First bump the package version in the `field_audit/__init__.py` file. Then create a changelog entry in the CHANGELOG.md +file. After these changes are merged, you should tag the main branch with the new version. Then, package and upload the generated files to PyPI. ```shell pip install -r pkg-requires.txt