Skip to content

Commit 5d00392

Browse files
Trying out release-it plugins
1 parent 32a2c67 commit 5d00392

File tree

5 files changed

+2186
-1402
lines changed

5 files changed

+2186
-1402
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ Releasing a new npm package from this repo requires:
108108
* [SSH access configured for Github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh) in order to push commits and tags to GitHub
109109
* A GitHub personal access token with access to https://github.com/restatedev/sdk-typescript in your environment as `GITHUB_TOKEN` in order to create a Github release
110110

111-
112111
```bash
113-
npm run release
114-
# now select what type of release you want to do and say yes to the rest of the options
112+
release-it
115113
```
116114

117115
The actual `npm publish` is run by GitHub actions once a GitHub release is created.

0 commit comments

Comments
 (0)