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
{{ message }}
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,7 @@ All user-facing changes should be documented in [CHANGELOG.md](./CHANGELOG.md).
45
45
Run `yarn build` first.
46
46
47
47
Replace `future` in the changelog with a new version, following semver. Update the version in the [bug report template](./.github/ISSUE_TEMPLATE/bug_report.md) and [extension manifest](./typescript.novaextension/extension.json).
48
+
49
+
Publish to the extension library (Extensions > Submit to the Extension Library…).
50
+
51
+
**On the same commit** create and push a tag for the version `git tag $VERSION && git push --tags`. A github action will create a release and perform some automated housekeeping.
0 commit comments