-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
gem.json and project.json version updates #14112
gem.json and project.json version updates #14112
Conversation
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
scripts/o3de/o3de/engine_template.py
Outdated
create_project_subparser.add_argument('-v', '--version', type=str, required=False, | ||
help='An optional version. Defaults to 1.0.0') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the default is 1.0.0, why isn't it set here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also -v
is normally using for a verbose
option as it relates to logginc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be, I mostly tried to keep the defaults in the same location - which are currently in the create_project
function.
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
…oject-json-version-updates Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com> # Conflicts: # scripts/o3de/o3de/utils.py
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
What does this PR do?
In an effort to secure world peace I present this finely crafted set of changes.
Though these changes may seem related to o3de/sig-core#44 they are in-fact designed to inspire a generation and bring about version 1.0.0 of ... something ... as they same in marines, "semverfy"
How was this PR tested?