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

ci: add ability to version all projects the same #866

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

philasmar
Copy link
Contributor

Description of changes:
This change updates AutoVer to version 0.0.22 to add support for versioning all projects using the same version number. Moving forward, whether a project has changes or not, its version will be updated using the same version as the projects that have changes.
As an example, if we have 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

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@philasmar philasmar requested review from normj and 96malhar October 4, 2024 14:24
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.39%. Comparing base (9c33bfb) to head (55524d5).
Report is 5 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #866      +/-   ##
==========================================
+ Coverage   61.59%   62.39%   +0.79%     
==========================================
  Files         279      279              
  Lines       10905    10905              
  Branches     1515     1515              
==========================================
+ Hits         6717     6804      +87     
+ Misses       3641     3564      -77     
+ Partials      547      537      -10     
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philasmar philasmar force-pushed the asmarp/use-single-version-all-projects branch from 84496cf to 55524d5 Compare October 8, 2024 02:33
@philasmar philasmar merged commit de95ab9 into dev Oct 10, 2024
10 of 11 checks passed
@philasmar philasmar deleted the asmarp/use-single-version-all-projects branch October 10, 2024 13:15
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.

3 participants