trainUs/website/content/blog/release-template.en.md
David 352a3d5e88
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
Initial commit
2026-06-18 13:06:57 +02:00

27 lines
834 B
Markdown

---
title: 'TrainUs {VERSION} released'
date: { YYYY-MM-DD }
description: '{ONE LINE SUMMARY OF THIS RELEASE}'
draft: true
---
> This post is available in French: [{TITRE_ARTICLE_FR}](/blog/{YYYY-MM-DD}-release-{VERSION}/)
TrainUs **{VERSION}** is now available.
## What's new
{DESCRIBE NEW FEATURES — one paragraph or a bullet list}
## Bug fixes
{LIST BUG FIXES, or remove this section if none}
## How to get it
The app is available at [{APP_URL}]({APP_URL}). It updates automatically — just reload the page in your browser.
To install or update the PWA on your device, open the app and use the browser's install prompt (or menu → "Install app").
Source code and release notes: [{FORGEJO_URL}/{FORGEJO_OWNER}/{FORGEJO_REPO}/releases/tag/{VERSION}]({FORGEJO_URL}/{FORGEJO_OWNER}/{FORGEJO_REPO}/releases/tag/{VERSION})