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

Improve IncrementVersionNumber action #910

Merged
merged 35 commits into from
Feb 12, 2024

Conversation

mazhelez
Copy link
Collaborator

@mazhelez mazhelez commented Jan 31, 2024

Fixes #889 : appFolders with wild characters are not resolved when reading the app.json files.
Also fixes issue that the version property in dependencies array in the app.json is not changed.

  • Release notes
  • More tests

@mazhelez mazhelez marked this pull request as ready for review February 1, 2024 15:34
@mazhelez mazhelez requested a review from a team as a code owner February 1, 2024 15:34
+1: increments major version and sets minor to 0
+0.1: increments minor version
major.minor: sets the specified versions
Copy link
Contributor

@freddydk freddydk left a comment

Choose a reason for hiding this comment

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

Looks good

Copy link
Contributor

@freddydk freddydk left a comment

Choose a reason for hiding this comment

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

We need to set RepoVersion in the settings file always.

@mazhelez mazhelez merged commit 8c97a30 into microsoft:main Feb 12, 2024
4 checks passed
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.

UpdateVersionNumber in CreateRelease fails if appFolders contain wild characters
4 participants