Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: debug builds should be prefixed in versioning output #5722

Open
sambacha opened this issue Aug 25, 2023 · 0 comments
Open

Feat: debug builds should be prefixed in versioning output #5722

sambacha opened this issue Aug 25, 2023 · 0 comments
Labels
A-releases Area: releases/packaging P-low Priority: low T-feature Type: feature
Milestone

Comments

@sambacha
Copy link
Contributor

Component

Forge, Cast, Anvil, Foundryup, Chisel

Describe the feature you would like

Make -debug part of version syntax

 ./target/debug1/forge --version
forge 0.2.0 (ca0b2ee 2023-08-25T05:15:26.366987000Z)
$ ./target/release/forge --version
forge 0.2.0 (1574fbf 2023-08-10T13:57:41.848460000Z)

Can debug versions have -debug appended to the end of the version number? i.e. 0.2.0-debug?

Additional context

Release is dated: 2023-08-10T13:57:41.848460000Z

Debug is dated: 2023-08-25T05:15:26.366987000Z

Why are they different?

@sambacha sambacha added the T-feature Type: feature label Aug 25, 2023
@gakonst gakonst added this to Foundry Aug 25, 2023
@github-project-automation github-project-automation bot moved this to Todo in Foundry Aug 25, 2023
@zerosnacks zerosnacks added the A-releases Area: releases/packaging label Jun 27, 2024
@zerosnacks zerosnacks added this to the v1.0.0 milestone Jul 26, 2024
@grandizzy grandizzy added the P-low Priority: low label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-releases Area: releases/packaging P-low Priority: low T-feature Type: feature
Projects
Archived in project
Development

No branches or pull requests

3 participants