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: CONTRIBUTING.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,3 +91,17 @@ To format and fix all lint issues automatically:
91
91
```sh
92
92
$ yarn fix
93
93
```
94
+
95
+
## Publishing and releases
96
+
97
+
Changes made to this repository via the automated release PR pipeline should publish to npm automatically. If
98
+
the changes aren't made through the automated pipeline, you may want to make releases manually.
99
+
100
+
### Publish with a GitHub workflow
101
+
102
+
You can release to package managers by using [the `Publish NPM` GitHub action](https://www.github.com/gitpod-io/gitpod-sdk-typescript/actions/workflows/publish-npm.yml). This requires a setup organization or repository secret to be set up.
103
+
104
+
### Publish manually
105
+
106
+
If you need to manually release a package, you can run the `bin/publish-npm` script with an `NPM_TOKEN` set on
0 commit comments