Skip to content

Commit c8c9654

Browse files
committed
📚 DOCS: Add publishing step
1 parent 83460fc commit c8c9654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ The publishing of the package should be done *via* the Github Actions CI:
176176
1. Bump the version with npm, e.g. `npm version patch -m "🚀 RELEASE: v%s"` (major/minor/patch based on [semantic versioning](https://semver.org/))
177177
2. Push the commit and tag generated by npm (`git push --follow-tags`)
178178
3. This should trigger the CI action and the `publish` step, check it runs correctly.
179+
4. Create a GitHub release, pointing to the tag created by npm.
179180

180181
See also: <https://code.visualstudio.com/api/working-with-extensions/publishing-extension#publishing-extensions>, and the [ExecutableBookProject publisher organization](https://dev.azure.com/ExecutableBookProject).
181182

0 commit comments

Comments
 (0)