Skip to content

Commit d72c386

Browse files
laymonagegasman
authored andcommitted
Add v5.2, v6.0, and v6.1 tags to README
1 parent 0e71443 commit d72c386

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,14 @@ By default, `django-csp` is not enabled since Wagtail isn't fully compatible yet
229229

230230
The `main` branch of this demo is designed to work with both the latest stable release and the latest `main` branch (development version) of Wagtail. To run the demo against a specific version of Wagtail, we have created [git tags](https://github.com/wagtail/bakerydemo/tags) for the latest commits that work with each feature release.
231231

232+
- [`v6.1`](https://github.com/wagtail/bakerydemo/releases/tag/v6.1)
233+
- [`v6.0`](https://github.com/wagtail/bakerydemo/releases/tag/v6.0)
234+
- [`v5.2`](https://github.com/wagtail/bakerydemo/releases/tag/v5.2)
235+
236+
<details>
237+
238+
<summary>Older tags</summary>
239+
232240
- [`v5.1`](https://github.com/wagtail/bakerydemo/releases/tag/v5.1)
233241
- [`v5.0`](https://github.com/wagtail/bakerydemo/releases/tag/v5.0)
234242
- [`v4.2`](https://github.com/wagtail/bakerydemo/releases/tag/v4.2)
@@ -237,6 +245,8 @@ The `main` branch of this demo is designed to work with both the latest stable r
237245
- [`v3.0`](https://github.com/wagtail/bakerydemo/releases/tag/v3.0)
238246
- [`v2.16`](https://github.com/wagtail/bakerydemo/releases/tag/v2.16)
239247

248+
</details>
249+
240250
The tags point to the last commit just before the requirements were updated to the next Wagtail version. For example, the `v4.2` tag points to the commit just before the bakerydemo was updated to use Wagtail 5.0. This ensures that the tagged demo code contains the latest updates possible for the supported version.
241251

242252
There were no updates to the demo between Wagtail 4.1 and 4.2, so the `v4.1` and `v4.2` tags point to the same commit.

0 commit comments

Comments
 (0)