forked from qoomon/maven-git-versioning-extension
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge upstream #1
Open
github-actions
wants to merge
194
commits into
master
Choose a base branch
from
auto-upstream-merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,784
−771
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…"build.timestamp" (qoomon#207) * Implement format placeholder `build.timestamp` based on `MavenSession#getStartTime`. It´s implemented in the same way as `commit.timestamp` * Simple IT testcase * Update documentation
… for each version component" The intent of these changes is to open up an effective build number (via version label and "next by distance" based on the number of commits since last tag matching the version pattern). In our model we wish to use the label for this (hence the addition of version label as number) but it is entirely reasonable to treat the patch number as auto-incrementing with each commit the same way.
…ioning-extension into support-next-by-distance-and-label-as-number � Conflicts: � README.md � src/main/java/me/qoomon/maven/gitversioning/GitVersioningModelProcessor.java
…R on the gradle plugin - small placeholder name changes
…alculate distance where matching tag isn't present (existing algorithm undercounts by 1 for this scenario. Added some tests to validate the "plus distance" placeholder behaviour.
…e-and-label-as-number Support next by distance and label as number
616b931
to
e6cfccf
Compare
47d1326
to
bbf6db1
Compare
49daf03
to
541ca1b
Compare
3620cf9
to
bca151f
Compare
f4f8a61
to
0765617
Compare
fa2719e
to
48fd9ac
Compare
9cb53fe
to
f42a7df
Compare
f42a7df
to
15ffe48
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.