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

Closed
sambacha opened this issue Aug 25, 2023 · 0 comments · Fixed by #9683
Closed

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

sambacha opened this issue Aug 25, 2023 · 0 comments · Fixed by #9683
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?

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

Successfully merging a pull request may close this issue.

3 participants