Skip to content

Commit

Permalink
Document release process (#120)
Browse files Browse the repository at this point in the history
* document release process

* prettier
  • Loading branch information
Kerry authored Oct 31, 2023
1 parent 1834501 commit b381eee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ $ yarn link
$ cd ../../../../compound-web
$ yarn link @types/react
```

### Release

To release a new version of Compound Web:

1. Review the changes since last released and choose the [appropriate](https://semver.org/) version bump (major, minor, patch).
1. Run the [Release npm package](https://github.com/vector-im/compound-web/actions/workflows/npm_release.yml) action, inputting the version bump.
The action will:
- add a commit bumping the version in `package.json`
- publish the package to npm
- tag a release on Github
1. Manually add a changelog to the [release on github](https://github.com/vector-im/compound-web/releases).

0 comments on commit b381eee

Please sign in to comment.