Fix destructuring in multimethods
This commit is contained in:
parent
4c5b74397e
commit
34e7cffad9
3 changed files with 7 additions and 3 deletions
|
|
@ -88,8 +88,8 @@ script/release.clj
|
|||
|
||||
To create a new NPM release:
|
||||
|
||||
- Prepare minor version in `package.json` if it should be bumped
|
||||
- Run `bb npm-publish`: this will compile, bump minor version, create tag and and push to npm and Github
|
||||
- Prepare version `package.json`, except patch (if anything should change here)
|
||||
- Run `bb npm-publish`: this will compile, bump patch version, create tag and and push to npm and Github
|
||||
- Create Github release with updated links
|
||||
- `bb replace-version 0.4.11 0.5.13`
|
||||
- `bb gh-pages`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue