Skip to content

Commit 2ad9bf8

Browse files
corrected documentation
1 parent 6e89f0e commit 2ad9bf8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

RELEASE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@ so if another branch is used, then the documentation will be incomplete.
4646

4747
The `release` github workflow will run and publish the release binaries to both test.pypi.org and pypi.org.
4848

49+
#### Release from a different branch
50+
51+
Ensure that feature branches are merged and that the changelog is up-to-date as required.
52+
53+
To release from a feature branch (e.g. 'rel/4-x'):
54+
55+
1. Ensure that the branch is up-to-date locally (`git pull upstream rel/4-x`)
56+
2. Tag the branch as required (`git tag -a 2.29.2 -m "v4.3.11"`)
57+
3. Push tags (`git push --tags upstream`)
58+
59+
Now release as above but use the appropriate git tag.
60+
Remember to merge the release branch into the `main` branch.
61+
4962
### Check readthedocs
5063

5164
[readthedocs](https://readthedocs.org/projects/django-import-export/) integration is used to publish documentation.

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog
55

66
If upgrading from v3, v4 introduces breaking changes. Please refer to :doc:`release notes<release_notes>`.
77

8-
4.3.11 (unreleased)
8+
4.3.11 (2025-10-18)
99
-------------------
1010

1111
- Fix for export not retaining URI query params (`2097 <https://github.com/django-import-export/django-import-export/pull/2097>`_)

0 commit comments

Comments
 (0)