mikesart / inotify-info

Linux inotify info reporting app
MIT License
280 stars 29 forks source link

Add release automation #29

Closed motiejus closed 4 months ago

motiejus commented 4 months ago

Once a tag is pushed to github, it will:

The release will be a "pre-release draft", so a human will need to go and make it "latest and greatest".

Example what happened in my fork when I pushed the tag: https://github.com/motiejus/inotify-info/actions/runs/8833871736/job/24254232221 https://github.com/motiejus/inotify-info/releases/tag/untagged-821f6dd9487d26fa828c

Fixes #23

motiejus commented 4 months ago

Gentle ping @mikesart

motiejus commented 4 months ago

I don't know anything about the release yaml stuff, but the rest of it looks great to me, so... 👍 Thanks!

After landing this PR I tagged v0.0.1, pushed it to your repo, and https://github.com/mikesart/inotify-info/releases/tag/v0.0.1 got automatically created.

Thanks. :)