domasx2 / sequelize-fixtures

Load data from json, yaml or js to sequelize
301 stars 83 forks source link

Missing release notes for 1.2 #119

Closed hugodes closed 4 years ago

hugodes commented 4 years ago

Hi,

There is no release info for v1.2:

https://github.com/domasx2/sequelize-fixtures/releases

Cheers,

matmar10 commented 4 years ago

@domasx2 Looks like you manually cut a release?

FYI you can run

npm run release -- [severity]

This is already set up in the project. It will automatically take care of all steps including github release notes. Reduces a lot of boilerplate steps and makes releasing much smoother.

Take a peak at https://www.npmjs.com/package/release-it

matmar10 commented 4 years ago

Added. FYI @domasx2 if you still want to release manually you can run npm run release and follow the prompts only use it to create github release without any other steps :-)

hugodes commented 4 years ago

Thanks a lot !

domasx2 commented 4 years ago

wasnt aware of this, cool, thanks :)