Skip to content

Using GitHub Releases (possibly auto-generated)? #152

Answered by BurntSushi
LeoniePhiline asked this question in Q&A
Discussion options

You must be logged in to vote

I use the same release process for Jiff as I do with my dozens of other libraries. I am very aware of tooling like release-plz and cargo-semver-checks and automatic changelog generation. My process is very lightweight: I manually update the CHANGELOG and do the release locally. I specifically do things this way because I don't have the time to invest in CI to do it for me. I basically just don't trust other tools to get this completely right for me, and when they inevitably break, debugging them in CI is extremely costly for me.

This is my release script. In theory, it seems like I could modify this without much fuss to add a gh command or two that publishes a new release with the corresp…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@LeoniePhiline
Comment options

@BurntSushi
Comment options

@LeoniePhiline
Comment options

Answer selected by LeoniePhiline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants