generated from JavierSegoviaCordoba/kotlin-template-javiersc
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
SNAPSHOT
is treated now as non-special stage (higher than rc
)
- Loading branch information
1 parent
72b1941
commit b7504f4
Showing
18 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
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
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
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
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
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.../resources/properties/stage/snapshot v1_0_0-alpha_1 to v1_0_0-SNAPSHOT/expect-version.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1.0.0-SNAPSHOT | ||
v1.0.0-SNAPSHOT |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
.../resources/properties/stage/snapshot v1_0_0-alpha_1 to v1_0_1-SNAPSHOT/expect-version.txt
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...gin/test/resources/properties/stage/snapshot v1_0_0-rc_3 to v1_0_0-SNAPSHOT/ARGUMENTS.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
createSemverTag -Psemver.stage=snapshot -Psemver.tagPrefix=v |
7 changes: 7 additions & 0 deletions
7
.../test/resources/properties/stage/snapshot v1_0_0-rc_3 to v1_0_0-SNAPSHOT/build.gradle.kts
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
plugins { | ||
id("com.javiersc.semver.gradle.plugin") | ||
} | ||
|
||
semver { | ||
tagPrefix.set("v") | ||
} |
2 changes: 2 additions & 0 deletions
2
...est/resources/properties/stage/snapshot v1_0_0-rc_3 to v1_0_0-SNAPSHOT/expect-version.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1.0.0-SNAPSHOT | ||
v1.0.0-SNAPSHOT |
1 change: 1 addition & 0 deletions
1
...test/resources/properties/stage/snapshot v1_0_0-rc_3 to v1_0_0-SNAPSHOT/gradle.properties
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
semver.tagPrefix=v |
1 change: 1 addition & 0 deletions
1
...ugin/test/resources/properties/stage/snapshot v1_0_0-rc_3 to v1_0_0-SNAPSHOT/last-tag.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v1.0.0-rc.3 |
1 change: 1 addition & 0 deletions
1
...st/resources/properties/stage/snapshot v1_0_0-rc_3 to v1_0_0-SNAPSHOT/settings.gradle.kts
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rootProject.name = "sandbox-project" |
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