-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
17 lines (17 loc) 路 1.1 KB
/
Copy pathrelease-please-config.json
File metadata and controls
17 lines (17 loc) 路 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "node",
"package-name": "vscode-github-markdown",
"include-component-in-tag": false,
"include-v-in-tag": true,
"draft": true,
"force-tag-creation": true,
"skip-changelog": true,
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
"pull-request-header": "## Release preparation\n\nThis pull request updates the extension version and prepares the next release. User-facing release notes are maintained manually in `CHANGELOG.md`.\n\nBefore merging:\n\n- Confirm `package.json` and the release manifest contain the intended version.\n- Confirm `CHANGELOG.md` contains a matching version section.\n- Review the human-authored release summary.\n- Wait for all required checks to pass.\n\n<details>\n<summary>Automatically detected commits</summary>\n",
"pull-request-footer": "\n</details>\n\n> Merging this pull request creates the version tag and starts Marketplace publication."
}
}
}