We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GitVersion.Tool
6.0.0-beta.7
N/A
Create TaggedSemanticVersionService class
TaggedSemanticVersionService class should be existing with following methods:
ILookup<ICommit, SemanticVersionWithTag> GetTaggedSemanticVersions( IBranch branch, IGitVersionConfiguration configuration, string? label, DateTimeOffset? notOlderThan, TaggedSemanticVersions taggedSemanticVersion); ILookup<ICommit, SemanticVersionWithTag> GetTaggedSemanticVersionsOfBranch( IBranch branch, string? tagPrefix, SemanticVersionFormat format, IIgnoreConfiguration ignore, string? label = null, DateTimeOffset? notOlderThan = null); ILookup<ICommit, SemanticVersionWithTag> GetTaggedSemanticVersionsOfMergeTarget( IBranch branch, string? tagPrefix, SemanticVersionFormat format, IIgnoreConfiguration ignore, string? label = null, DateTimeOffset? notOlderThan = null); ILookup<ICommit, SemanticVersionWithTag> GetTaggedSemanticVersionsOfMainBranches( IGitVersionConfiguration configuration, DateTimeOffset? notOlderThan = null, string? label = null, params IBranch[] excludeBranches); ILookup<ICommit, SemanticVersionWithTag> GetTaggedSemanticVersionsOfReleaseBranches( IGitVersionConfiguration configuration, DateTimeOffset? notOlderThan = null, string? label = null, params IBranch[] excludeBranches);
Move functionality from TaggedSemanticVersionRepository to TaggedSemanticVersionService class
No response
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 6.0.0-rc.1 🎉 The release is available on:
Your GitReleaseManager bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.0.0-beta.7
Operating system
N/A
What are you seeing?
Create TaggedSemanticVersionService class
What is expected?
TaggedSemanticVersionService class should be existing with following methods:
Steps to Reproduce
Move functionality from TaggedSemanticVersionRepository to TaggedSemanticVersionService class
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
The text was updated successfully, but these errors were encountered: