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

Add a module-version command that updates the version of a module #710

Merged
merged 18 commits into from
Jan 30, 2025

Conversation

isc-shuliu
Copy link
Collaborator

@isc-shuliu isc-shuliu commented Jan 22, 2025

Implement #653

TODO

  • Investigate whether we need to update module stream/module.xml as well
  • Add integration tests

@isc-shuliu isc-shuliu changed the title V0.10.x update module version Add a module-version command that updates the version of a module Jan 22, 2025
@isc-shuliu isc-shuliu marked this pull request as ready for review January 22, 2025 06:08
Copy link
Collaborator

@isc-kiyer isc-kiyer left a 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

src/cls/IPM/General/SemanticVersion.cls Outdated Show resolved Hide resolved
src/cls/IPM/Main.cls Outdated Show resolved Hide resolved
src/cls/IPM/Main.cls Show resolved Hide resolved
src/cls/IPM/Main.cls Show resolved Hide resolved
src/cls/IPM/Main.cls Outdated Show resolved Hide resolved
src/cls/IPM/Main.cls Outdated Show resolved Hide resolved
isc-tleavitt and others added 2 commits January 29, 2025 11:48
%Studio.AbstractDocument handles calling OnBeforeSave/OnAfterSave if %SourceControl is defined.
@isc-shuliu isc-shuliu requested a review from isc-kiyer January 29, 2025 16:50
src/cls/IPM/StudioDocument/Module.cls Outdated Show resolved Hide resolved
Copy link
Contributor

@isc-tleavitt isc-tleavitt left a 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.

@isc-shuliu isc-shuliu merged commit 50d3a01 into v0.10.x Jan 30, 2025
15 checks passed
@isc-shuliu isc-shuliu deleted the v0.10.x-update-module-version branch January 30, 2025 04:18
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.

Add a new command to update a module's version (common use before publishing)
4 participants