We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca4b1c commit e090be5Copy full SHA for e090be5
README.md
@@ -198,6 +198,26 @@ The NPM package distributed in npmjs.com includes both ES2015+ and ES5 files:
198
199
If you use NodeJS and/or webpack, their module resolvers use the suitable one automatically.
200
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
221
## License
222
223
Copyright 2019 The MessagePack Community.
0 commit comments