-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from DeveloperPaul123/release/0.7.0
- Loading branch information
Showing
4 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Release Checklist | ||
|
||
This document outlines the steps required to prepare a new release of `modern-cv`. | ||
|
||
Steps: | ||
|
||
1. Create a new release branch with the format `release/x.y.z`. | ||
2. Update the version in the `typst.toml`. | ||
3. Update examples in the [README.md](../README.md) to reflect the new version. | ||
4. Update templates to import the correct version. | ||
5. Do a final compilation/export check of all the templates. | ||
6. Ensure that tests pass. | ||
7. Ensure that the documentation manual builds. |