You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-13 19:42:25 +03:00
Merge to master before develop
This avoids picking up things which have been landed on develop since the release process started.
This commit is contained in:
@@ -3,10 +3,12 @@
|
|||||||
- Create `dist` entry by running `npm run release`.
|
- Create `dist` entry by running `npm run release`.
|
||||||
- `git add dist/0.x.x`
|
- `git add dist/0.x.x`
|
||||||
- Commit your changes.
|
- Commit your changes.
|
||||||
- Merge `release-v0.x.x` onto `develop`.
|
- Merge `release-v0.x.x` onto `master`.
|
||||||
- Merge `develop` onto `master`.
|
- Push `master`.
|
||||||
- Tag the commit: `git tag -a -m "v0.x.x"`
|
- Tag the commit: `git tag -a -m "v0.x.x" v0.x.x`
|
||||||
- Push the tag: `git push --tags`
|
- Push the tag: `git push --tags`
|
||||||
- `npm publish`
|
- `npm publish`
|
||||||
- Generate documentation: `npm run gendoc` (this outputs HTML to `.jsdoc`)
|
- Generate documentation: `npm run gendoc` (this outputs HTML to `.jsdoc`)
|
||||||
- Copy the documentation from `.jsdoc` to the `gh-pages` branch and update `index.html`
|
- Copy the documentation from `.jsdoc` to the `gh-pages` branch and update `index.html`
|
||||||
|
- Merge `master` onto `develop`.
|
||||||
|
- Push `develop`.
|
||||||
|
Reference in New Issue
Block a user