As mentioned in #282 (comment) :
maybe we could use a tool like https://github.com/conventional-changelog/standard-version for changelog+release ?
standard-version use conventional-changelog to generate changelog files, i've tested it with conventional-changelog -i test.md -s -r 0 using no preset since we are not following any of the commit conventions available. The generated changelog looks good to me, see this extract :
1.6.0 (2019-03-28)
1.5.0 (2018-11-06)
1.4.0 (2018-08-25)
As mentioned in #282 (comment) :
standard-versionuseconventional-changelogto generate changelog files, i've tested it withconventional-changelog -i test.md -s -r 0using no preset since we are not following any of the commit conventions available. The generated changelog looks good to me, see this extract :1.6.0 (2019-03-28)
1.5.0 (2018-11-06)
1.4.0 (2018-08-25)