-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add a module-version
command that updates the version of a module
#710
Conversation
module-version
command that updates the version of a module
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.
@isc-shuliu few small comments
and rename modifier -permit-downgrade to -force
%Studio.AbstractDocument handles calling OnBeforeSave/OnAfterSave if %SourceControl is defined.
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.
I think this is good after the typo fix. @isc-shuliu and I had a pair programming session today on the source control integration and have confirmed it working with the Perforce extension, although we found an issue there due to a changed return type - should be fixed in the Perforce extension itself.
Implement #653
TODO