Closed luizirber closed 1 year ago
Hi @luizirber,
publish
workflow, I have some GHA that works really well.
I can work on It if you want.hey @Ebedthan, sorry for the delay!
Concerning adding a template for issues, we can right away go with the template offered by Github.
Agree
For the automatic management and creation of the changelog especially at each release, we can use git-cliff which besides being written in Rust, is really handy.
I've been maintaining the CHANGELOG manually, but this looks great!
For the autobump versioning and
publish
workflow, I have some GHA that works really well.
Is it similar to the setup adopted in rust-bio? (just curious, but it seems to be working well there)
I can work on It if you want.
That would be awesome!
Hi @luizirber , Great! For the autobump versioning and publishing workflow, the one I use is slightly different from the one used by rust-bio but they are almost the same. I can work on this right away if you give me access to the repository.
Hi @luizirber,
Add GitHub templates for issues and PRs (examples)
PR #47 should resolve this.
Hi @natir, @luizirber,
add a publish workflow that send new crate version to crates.io (example from sourmash)
I've added a continuous deployment to my fork of niffler to solve the above comment. It needs a CRATES_IO_TOKEN to correctly work and is triggered on version tag creation.
If you are good with it I will push a PR.
Anicet.
@Ebedthan please do PR
publish
workflow that send new crate version to crates.io (example from sourmash)