Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Oct 31, 2023
1 parent e8bdfab commit 21eb4f2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ $ 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
- 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 21eb4f2

Please sign in to comment.