fonini / ckeditor-youtube-plugin

CKEditor Plugin to embed Youtube videos.
https://fonini.github.io/youtube-plugin-for-ckeditor-4.html
Do What The F*ck You Want To Public License
51 stars 61 forks source link

add workflow to publish a release on NPM and on Github Release #92

Closed MRoci closed 3 years ago

MRoci commented 3 years ago

This PR adds a workflow which semplifies the release required work.

When a new tag is pushed a job is launched to automatically publish the new version on NPM. Another job creates a new release on Github after generating a changelog describing the changes between versions based on the git history.

In order to publish on NPM you need to add a secret called NPM_TOKEN in the repository settings.

this closes #90

fonini commented 3 years ago

Thank you so much!

fonini commented 3 years ago

Just released a new tag and everything is working fine. Thanks again!