Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add ability to version all projects as one #9

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

philasmar
Copy link
Owner

Using the new setting UseSameVersionForAllProjects, users will now be able to force all the configured projects to use the same version. This version will be determined by the project with the currently highest version.
As an example, if you have 3 projects in your AutoVer config file with the following versions:

  • Project 1 (1.20.0)
  • Project 2 (1.25.0)
  • Project 3 (1.30.0)

The version 1.30.0 will be used for future versioning. Depending on what increment type you are using, all projects will have the following version:

  • Patch: 1.30.1
  • Minor: 1.31.0
  • Major: 2.0.0

@philasmar philasmar merged commit 797e3e6 into dev Oct 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant