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

Split build name and build number #23

Closed
mrverdant13 opened this issue Sep 27, 2021 · 1 comment
Closed

Split build name and build number #23

mrverdant13 opened this issue Sep 27, 2021 · 1 comment

Comments

@mrverdant13
Copy link

Description

The version often includes a version name and a version number, i.e. 4.2.3+45.

It would be useful to generate two different constants:

const buildName = '4.2.3';

const buildNumber = '45';

const packageVersion = '$buildName+$buildNumber';
@kevmoo
Copy link
Owner

kevmoo commented Sep 27, 2021

Likely going to leave it as-is. You can always pop this bit out with package:pub_semver

@kevmoo kevmoo closed this as completed Sep 27, 2021
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

No branches or pull requests

2 participants