-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Add catalog release process. (#24647)
* [docs] Add catalog release process. Also fixes #23387 Also sorts added and changed ports by port name in the generated release notes Also makes the formatting more consistent with GitHub's default generated release notes ("by foo, in #bar") * Fix docs links. * Add a space for additional PRs for new ports.
- Loading branch information
1 parent
0a1420d
commit 74ff2a0
Showing
2 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
docs/maintainers/internal/vcpkg_catalog_release_process.md
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,14 @@ | ||
# vcpkg_tool_release_process | ||
|
||
This document describes the acceptance criteria / process we use when doing a vcpkg release. | ||
|
||
1. Generate a new GitHub Personal Access Token with repo permissions. | ||
2. Using the PAT, invoke $/scripts/Get-Changelog.ps1 `-StartDate (previous release date) -EndDate (Get-Date) -OutFile path/to/results.md` | ||
3. Create a new GitHub release in this repo. | ||
4. Submit a vcpkg.ci (full tree rebuild) run with the same SHA as that release. | ||
5. Use the "auto-generate release notes". Copy the "new contributors" and "full changelog" parts to the end of `path/to/results.md`. | ||
6. Change `## New Contributors` to `#### New Contributors` | ||
7. In `path/to/results.md`, update `LINK TO BUILD` with the most recent link to vcpkg.ci run. | ||
8. In `path/to/results.md`, fill out the tables for number of existing ports and successful ports. | ||
9. Replace the contents of the release notes with the contents of `path/to/results.md` | ||
10. After the full rebuild submission completes, update the link to the one for the exact SHA, the counts, and remove "(tentative)". |
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