Skip to content

Commit e090be5

Browse files
committed
doc
1 parent eca4b1c commit e090be5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,26 @@ The NPM package distributed in npmjs.com includes both ES2015+ and ES5 files:
198198

199199
If you use NodeJS and/or webpack, their module resolvers use the suitable one automatically.
200200

201+
## Maintenance
202+
203+
## CI
204+
205+
* See .travis.yml for details
206+
207+
### Relase Engineering
208+
209+
```console
210+
# edit the changelog
211+
code CHANGELOG.md
212+
213+
# prepare release engineering
214+
npm version major|minor|patch
215+
git push origin master
216+
217+
# run the publishing task
218+
make publish
219+
```
220+
201221
## License
202222

203223
Copyright 2019 The MessagePack Community.

0 commit comments

Comments
 (0)