Warning
This page is still in progress and may require refinement.
The Unicis Platform uses Calendar Versioning (CalVer):
Release branches follow:
%%docs/platform/unicis-platform-changelog/_template.md%%
to:
%%docs/platform/unicis-platform-changelog/v2026-05.md%%
git log --pretty=format:'- %s' version-2026-04...version-2026-05
make gen-changelog
make gen-diff
%%website/sidebars.js%%
If release notes are prepared before release date, do NOT publish them until release is confirmed.
make website
For patch releases within the same CalVer month (e.g. v2026-05-01, v2026-05-12):
%%docs/platform/unicis-platform-changelog/v2026-05.md%%
Example:
## Fixed in v2026-05-12
make gen-changelog make gen-diff
make website
git tag v2026-05-12 git push origin version-2026-05 git push --tags
Or:
bumpversion --new-version 2026-05.12 patch --verbose
Security releases use:
==== Summary ==== Short summary of the issue ==== Patches ==== Versions vYYYY-MM-DD fix this issue. Workaround available for older versions. ==== Impact ==== Describe impact ==== Details ==== Technical explanation ==== Workarounds ==== If applicable ==== Contact ==== Security team contact email
%%/website/docs/security/CVE-YYYY-xxxx.md%%
%%website/sidebars.js%%
On release date:
bumpversion --new-version YYYY-MM-DD patch
Subject: Security Release vYYYY-MM-DD We are publishing a security fix (CVE-YYYY-xxxx). Affected versions: ... Fixed version: vYYYY-MM-DD See: <link>
@everyone Security release published: CVE-YYYY-xxxx Fixed version: vYYYY-MM-DD Details: <link>