uutils / findutils

Rust implementation of findutils
MIT License
296 stars 36 forks source link

About 0.4.1 release #261

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

👋 while upgrading rust to 1.71.0, we found that uutils-findutils 0.4.1 checksum got changed, raise this issue to confirm if there was a re-reg for the 0.4.1 release. Thanks!

relates to https://github.com/Homebrew/homebrew-core/pull/137183

tertsdiepraam commented 1 year ago

We haven't changed the release as far as I know (or have we @sylvestre?). What are you checksumming exactly?

sylvestre commented 1 year ago

dunno :(

chenrui333 commented 1 year ago

We haven't changed the release as far as I know (or have we @sylvestre?). What are you checksumming exactly?

just checking the integrity for the artifacts.

chenrui333 commented 1 year ago

This is what I found with the re-tagging situation, 0.4.1, first applied to 6a034e28e8261fc7f42b9224f77df8dced7e6cb3, and this is the first 0.4.1 action run

image

But somehow, there was a re-tag applied to 13b4ae4d45c4c4c60be66e566a0c932f7503a9d2, and this is the second tag run, https://github.com/uutils/findutils/actions/runs/5531228071

image

There is nothing with that, but just want to follow the process in here.

sylvestre commented 1 year ago

yeah, this is probably me doing stupid things. let me do a new release

chenrui333 commented 1 year ago

totally no worries, just to raise the issue for some awareness (and maybe some automation opportunity :) )

chenrui333 commented 1 year ago

oh, just saw your new release change, appreciate it!! (that also helps)