Skip to content

Commit 0ee591b

Browse files
committed
Added changelog notes to readme
1 parent c2232ca commit 0ee591b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ A Python implementation of the LabThings API structure, based on the Flask micro
1111
## Acknowledgements
1212

1313
Much of the code surrounding default response formatting has been liberally taken from [Flask-RESTful](https://github.com/flask-restful/flask-restful). The integrated [Marshmallow](https://github.com/marshmallow-code/marshmallow) support was inspired by [Flask-Marshmallow](https://github.com/marshmallow-code/flask-marshmallow) and [Flask-ApiSpec](https://github.com/jmcarp/flask-apispec).
14+
15+
## Developer notes
16+
17+
### Changelog generation
18+
19+
* `npm install -g conventional-changelog-cli`
20+
* `conventional-changelog -r 0 --config ./changelog.config.js -i CHANGELOG.md -s`

0 commit comments

Comments
 (0)