Skip to content

Commit c072581

Browse files
authored
docs: update extension docs links and add item to releasing checklist (#364)
1 parent fa88494 commit c072581

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Releases are automated using github actions, and published to the VSCode marketp
5959
1. Update the [release notes](https://github.com/mongodb-js/vscode/releases) in github, documenting user facing changes. Once you’re happy with the changes you can publish the release.
6060
1. When the release is published, the GitHub action https://github.com/mongodb-js/vscode/blob/main/.github/workflows/publish-release.yaml is automatically run, which downloads the release artifact and then publishes it to the VSCode marketplace.
6161
1. Nice! ✨ Now you can verify it all completed by visiting https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode and seeing the new version is up. You also try installing it in VSCode :) ✨
62+
1. Lastly, don't forget to post in slack, let all your friends know, and close the release ticket in jira if there is one.
6263

6364
For additional information and reading, VSCode has some great documentation on publishing extensions:
6465
https://code.visualstudio.com/api/working-with-extensions/publishing-extension

scripts/release-draft.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ async function startRelease(version) {
9797
cli.info(`
9898
${chalk.green('Done!')}
9999
100-
A release draft will be created at https://github.com/${REPO}/releases.
100+
A release draft will be created at https://github.com/${REPO}/releases
101101
102-
You can follow the build at https://github.com/${REPO}/actions/workflows/test-and-build.yaml.
102+
You can follow the build at https://github.com/${REPO}/actions/workflows/test-and-build.yaml
103103
`)
104104
}
105105

0 commit comments

Comments
 (0)