Warring
The content of this page is still in progress and needs some tweaking.
version-2022.12)docs/platform/unicis-platform-changelog/_template.md to docs/platform/unicis-platform-changelog/v2022.12.md and replace xxxx.x with the version that is being releasedBreaking changes and New features, or remove the headers if there’s nothing applicablegit log --pretty=format:'- %s' version/2022.11.3...version-2022.12, where version/2022.11.3 is the tag of the previous stable release. This will output a list of all commits since the previous release.Minor changes/fixes section.make gen-changelog and use the contents of changelog.md. Remove merged PRs from bumped dependencies unless they fix security issues or are otherwise notable. Remove merged PRs with the website/ prefix.make gen-diff and copy the contents of diff.md under API Changeswebsite/sidebars.js to include the new release notes, and move the oldest release into the Previous versions category.make websitedocs/platform/unicis-platform-changelog/v2022.12.md, creating a new section called ## Fixed in 2022.12.2 underneath the Minor changes/fixes sectionmake gen-changelog and use the contents of changelog.md. Remove merged PRs from bumped dependencies unless they fix security issues or are otherwise notable. Remove merged PRs with the website/ prefix.make gen-diff and copy the contents of diff.md under API Changes, replacing the previous changesmake websitebumpversion on the version branch with the new version (i.e. bumpversion --new-version 2022.12.2 minor --verbose)Release 2022.12.0security/CVE-.../website/docs/security/CVE-....md with the same structure as the GitHub advisory/website/sidebars.jssecurity/CVE-2022-xxxxx branch into a PR, and squash merge it if the pipeline passes/webbumpversion stepThis guide includes the steps required for creating both standard and security releases, with specific references and links for the Unicis Platform Business and Community Editions.