Skip to content

Commit faed4a5

Browse files
vezworkjuliasilge
andauthored
Update apps/vscode/CONTRIBUTING.md
Co-authored-by: Julia Silge <[email protected]>
1 parent 8ddcd49 commit faed4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vscode/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here are the steps for making a release and publishing:
5050

5151
1. Note the version in `apps/vscode/package.json`.
5252
2. Check that the topmost version in `apps/vscode/CHANGELOG.md` matches the version you saw in `apps/vscode/package.json`. Next to that version number, it should say "(Unreleased)". Replace "(Unreleased)" with "(Release on YYYY-MM-DD)" with the current date filled in. Please also ensure that the changelog includes descriptions of all the changes in the release. [example PR](https://github.com/quarto-dev/quarto/pull/794/files).
53-
3. Open the ["Publish VSCode Extension to Marketplaces" workflow page](https://github.com/quarto-dev/quarto/actions/workflows/publish.yaml) and run the workflow. [example workflow run](https://github.com/quarto-dev/quarto/actions/runs/17108094709/job/48522198389).
53+
3. Open the ["Publish VSCode Extension to Marketplaces" workflow page](https://github.com/quarto-dev/quarto/actions/workflows/publish.yaml) and run the workflow, after checking the box to confirm that the version and changelog are up-to-date. [example workflow run](https://github.com/quarto-dev/quarto/actions/runs/17108094709/job/48522198389).
5454
4. If the action was successful, then it will have created a new release. Navigate to the [releases page](https://github.com/quarto-dev/quarto/releases) and edit the description of your release to contain the same bullet points as the changelog for that version.
5555
5. To prepare for next release, please now bump the minor version in `apps/vscode/package.json` and add a new heading in `apps/vscode/CHANGELOG.md` with that bumped version number next to "(Unreleased)". [example PR](https://github.com/quarto-dev/quarto/pull/795/files).
5656

0 commit comments

Comments
 (0)