You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,7 @@ The publishing of the package should be done *via* the Github Actions CI:
176
176
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/))
177
177
2. Push the commit and tag generated by npm (`git push --follow-tags`)
178
178
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.
179
180
180
181
See also: <https://code.visualstudio.com/api/working-with-extensions/publishing-extension#publishing-extensions>, and the [ExecutableBookProject publisher organization](https://dev.azure.com/ExecutableBookProject).
0 commit comments