Skip to content

Commit

Permalink
Fixup Development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed May 26, 2024
1 parent b7b9b6d commit 3c94ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Unless otherwise specified, commit messages don't matter.
1. Commit the changes.
1. Open a PR. For style, the title of the PR should be e.g. `v1.2.3`. The PR description should contain the changelog entry, including the heading for this version.
1. Fix any remaining issues with the PR.
1. Merge the PR. Commit message should be e.g. `v1.2.3 (#456)`, no additional details.
1. Merge the PR. Commit message should be the changelog heading, e.g. `v1.2.3 - 2020-12-31 ❄️ (#456)`
1. `git checkout main && git pull && npm run package`
1. Install the new version:
1. Select the newly-created `.vsix` file.
Expand Down

0 comments on commit 3c94ba9

Please sign in to comment.