You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run codacy/[email protected]Run set -eo pipefailRun set -eo pipefailPrevious Version: Library3/v0.0.0Run set -eo pipefailNew Version: Library3/v0.0.1-testbranch.1.bb3d664
Expected: That the Previous version is detected as Library3/v1.1.1 and the new version should start with Library3/v1.1.2
I'm not sure if git-version just looks at the last tag, this may or may not be the last version.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Monorepo prefix does not pick up last version.
[TS-192] Monorepo prefix does not pick up last version.
Jan 24, 2023
Scenario, A repo with multiple libraries within (one per folder)
I already have the following tags on the relevant commits for each version. These pre-existed using
git-version
and were done manually.Library1/v1.0.1
Library1/v1.0.0
Library2/v1.0.0
Library3/v1.0.0
Library3/v1.1.0
Library3/v1.1.1
I'm trying to implement
git-version
to get the next version for Library3.It attempts to version Library3 as v0.0.1
Expected: That the Previous version is detected as
Library3/v1.1.1
and the new version should start withLibrary3/v1.1.2
I'm not sure if
git-version
just looks at the last tag, this may or may not be the last version.The text was updated successfully, but these errors were encountered: