kimono-koans / httm

Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even Time Machine and Restic backups!)
https://crates.io/crates/httm
Mozilla Public License 2.0
1.35k stars 29 forks source link

release: add homebrew release step #81

Closed chenrui333 closed 9 months ago

chenrui333 commented 1 year ago

add homebrew release job to automate the release bump task.

TODO:

kimono-koans commented 1 year ago

I'm happy to do this, but please know I'm pretty unsophisticated re: GH actions.

Am I right in thinking you need to give me a committer token? Can you send me to the FAQ, or another project's PR re: the same, so I can know a little more?

chenrui333 commented 1 year ago

Am I right in thinking you need to give me a committer token? Can you send me to the FAQ, or another project's PR re: the same, so I can know a little more?

sorry about the late reply, it would be the committer token of yours, you can use github secrets to manage it.

chenrui333 commented 1 year ago

you can probably find more details in here, https://docs.github.com/en/actions/security-guides/encrypted-secrets

@kimono-koans let me know if you have more questions.