evently-cloud / cli

Evently Command-Line Interface
Apache License 2.0
1 stars 0 forks source link

GitHub releases to match NPM releases #27

Closed mattbishop closed 1 year ago

mattbishop commented 1 year ago

Is there an automated way to publish a GitHub release along with an npm release? People will want to see the changes in each release.

mattbishop commented 1 year ago

Is there an automated way to publish a GitHub release along with an npm release? People will want to see the changes in each release.

evert commented 1 year ago

I have some automation that automatically does the publish to npm when a github release is created. Can set that up here too. I would either need admin access to the repo, or you'll need to setup some secrets to make this work.

evert commented 1 year ago

Done this, and also opened #32 as a follow-up