487 B
487 B
Release Checklist
This document outlines the steps required to prepare a new release of modern-cv.
Steps:
- Create a new release branch with the format
release/x.y.z. - Update the version in the
typst.toml. - Update examples in the README.md to reflect the new version.
- Update templates to import the correct version.
- Do a final compilation/export check of all the templates.
- Ensure that tests pass.
- Ensure that the documentation manual builds.