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

#129 Version Numbers split #134

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

alexnuijten
Copy link

Version numbers split into several constants.
Running the build script hasn't changed, use "." to delimit the major, minor, patch numbers (should be integers)
. build.sh 17.4.3 alex/alex@odd11

You can also include a "beta" label if you want. Also "." delimited, but this does not have to be an integer:
. build.sh 17.4.3.beta alex/alex@odd11

Version should be in the form of:
major.minor.patch.beta

Build script will automatically parse the string for the version number.

# Orginial:
# sed -i.del "s/x\.x\.x/$VERSION_NUMBER/g" $RELEASE_FOLDER/logger.pks
# #129: Change the version number to the individual components
echo $VERSION_NUMBER | while IFS=. read major minor patch beta
Copy link
Member

Choose a reason for hiding this comment

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

Alex ignore this is a test.

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.

2 participants