Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add convco tool#1831

Merged
taiki-e merged 1 commit into
taiki-e:mainfrom
graelo:add-convco
May 31, 2026
Merged

Add convco tool#1831
taiki-e merged 1 commit into
taiki-e:mainfrom
graelo:add-convco

Conversation

@graelo

@graelo graelo commented May 15, 2026

Copy link
Copy Markdown
Contributor

Hi, follow-up of my #1826,

convco is a Rust CLI tool for Conventional commits, changelog, versioning, validation.

I took example on the recent PRs and followed CONTRIBUTING.md to create this PR.

Thanks in advance,
Cheers

Closes #1826

@graelo

graelo commented May 15, 2026

Copy link
Copy Markdown
Contributor Author

Sorry about the errors: I got the platforms wrong

  • convco-ubuntu.zip -> x86_64 glibc dynamically linked
  • convco-ubuntu-aarch64.zip -> aarch64 statically linked

and between 0.6.2 and 0.6.3 the glibc used was bumped, probably because the runner used to build was changed.

# for [v0.6.3 (2026-03-02)](https://github.com/convco/convco/releases/tag/v0.6.3)
$ file convco
convco: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=8aa30c15952ff8598322fb39ee197758bd47cf0c, stripped

# for [v0.6.2 (2025-02-01)](https://github.com/convco/convco/releases/tag/v0.6.2)
$ file convco
convco: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=81ae061c0b2b25e6c4577659f0911cc2882943b3, for GNU/Linux 3.2.0, stripped

In the end, I'm not sure this addition is a great idea: if this changes again on the next v0.6.4 it might break again. Do you have an opinion?

@graelo

graelo commented May 16, 2026

Copy link
Copy Markdown
Contributor Author

Hi again, I'll update or close this issue depending on the convco's answer to my PR there. Cheers.

@taiki-e taiki-e force-pushed the main branch 2 times, most recently from cc35946 to 9dc19f4 Compare May 17, 2026 08:47
@graelo

graelo commented May 24, 2026

Copy link
Copy Markdown
Contributor Author

Hi, convco v0.6.4 was released recently, with Linux musl binaries for both x86-64 and arm64. Let's see how it goes ;)

@graelo

graelo commented May 24, 2026

Copy link
Copy Markdown
Contributor Author

Could you have a look at this when you have time please?, I don't see what's left to do in this PR to fix the failures above.

@taiki-e

taiki-e commented May 30, 2026

Copy link
Copy Markdown
Owner

The issue was caused by version 0.6.4 being too new at the time of generation, which triggered the cooldown; regenerating the manifest should resolve the issue.

@graelo graelo force-pushed the add-convco branch 2 times, most recently from 68332ca to ec52cbd Compare May 31, 2026 08:51

@taiki-e taiki-e left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@taiki-e taiki-e merged commit 6e83879 into taiki-e:main May 31, 2026
80 checks passed
@graelo

graelo commented May 31, 2026

Copy link
Copy Markdown
Contributor Author

Thanks for your help and patience!

@graelo graelo deleted the add-convco branch May 31, 2026 12:22
@taiki-e

taiki-e commented May 31, 2026

Copy link
Copy Markdown
Owner

Published in 2.81.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support convco

2 participants