-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I plan to use your library for Grillon and I was wondering if you would agree to add an extra step in your workflow so we can match the tags here with the deployed versions on crates.io? It's currently hard to follow what was integrated in your deployed version.
It's fairly simple in terms of process, but it needs to follow the trunk based development (+ continuous delivery which requires a human action). Each time you send a tag on the main branch, it triggers a github action to deploy on crates.io. Since tagging is a human action I found it quite good for controlling deployments while automating them.
Also github tag UI comes with release notes that you can use to attach to your tag and automatically link to milestones. It's great to get all the details of a tag 😄 .
Let me know and I can help you to setup this - you will need the crates.IO token to setup as a secret of your git repo.