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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,14 +171,13 @@ $ npm run lint:fix
171
171
172
172
### Publishing to VS Marketplace
173
173
174
-
The publishing of the package should be done *via* the Github Actions CI.
175
-
To trigger a release:
174
+
The publishing of the package should be done *via* the Github Actions CI:
176
175
177
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/))
178
177
2. Push the commit and tag generated by npm (`git push --follow-tags`)
179
-
3.Create a new release tag on Github starting with `release`, e.g. `release-0.9.4`.
178
+
3.This should trigger the CI action and the `publish` step, check it runs correctly.
180
179
181
-
See also: <https://code.visualstudio.com/api/working-with-extensions/publishing-extension#publishing-extensions>
180
+
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