This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
63 additions
and
8 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
.../resources/co/byng/versioningplugin/VersionNumberBuilder/help-baseMajorOnEnvVariable.html
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 @@ | ||
<div> | ||
Indicates whether or not to base the major component of the current version | ||
on the value of an environment variable. Please note that this feature cannot | ||
demote versions; action will only be taken if the component value in the | ||
environment variable at the time of build is <em>higher</em> than the major | ||
component of the current version. | ||
</div> |
7 changes: 7 additions & 0 deletions
7
.../resources/co/byng/versioningplugin/VersionNumberBuilder/help-baseMinorOnEnvVariable.html
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 @@ | ||
<div> | ||
Indicates whether or not to base the minor component of the current version | ||
on the value of an environment variable. Please note that this feature cannot | ||
demote versions; action will only be taken if the component value in the | ||
environment variable at the time of build is <em>higher</em> than the minor | ||
component of the current version. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
...sources/co/byng/versioningplugin/VersionNumberBuilder/help-currentVersionEnvVariable.html
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,4 @@ | ||
<div> | ||
Name of the environment variable denoting the previous version (before any | ||
updates were applied) to be exported if this feature is enabled. | ||
</div> |
6 changes: 6 additions & 0 deletions
6
src/main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-doEnvExport.html
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,6 @@ | ||
<div> | ||
Enabling this feature will export environment variables globally configured | ||
to denote <strong>previous</strong> and <strong>current</strong> versions | ||
once all version update actions have been completed. These can then be used | ||
by other builders/publishers as appropriate. | ||
</div> |
5 changes: 5 additions & 0 deletions
5
src/main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-doOverrideVersion.html
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,5 @@ | ||
<div> | ||
Indicates whether or not the current version should be overriden/reset upon | ||
the next build. <em>Please note, that after use, this option will be | ||
unchecked.</em> | ||
</div> |
3 changes: 2 additions & 1 deletion
3
src/main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-fieldToIncrement.html
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<div> | ||
Select which version field to increment upon each build. | ||
Select which version field to increment upon each build. Selecting | ||
"None (skip)" skips this step with no changes applied. | ||
</div> |
5 changes: 3 additions & 2 deletions
5
src/main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-majorEnvVariable.html
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<div> | ||
Name of the pre-set environment variable that is responsible for denoting | ||
the current <b>major</b> component of a semantic version number. <i>This | ||
environment variable must be set in order to proceed.</i> | ||
the current <b>major</b> version. If the current version as loaded from the | ||
properties file has a minor version component lower than this, then the minor | ||
version will be upgraded to that provided by the environment variable. | ||
</div> |
6 changes: 6 additions & 0 deletions
6
...main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-majorEnvVariable_1.html
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,6 @@ | ||
<div> | ||
Name of the pre-set environment variable that is responsible for denoting | ||
the current <b>major</b> version. If the current version as loaded from the | ||
properties file has a minor version component lower than this, then the minor | ||
version will be upgraded to that provided by the environment variable. | ||
</div> |
5 changes: 3 additions & 2 deletions
5
src/main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-minorEnvVariable.html
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<div> | ||
Name of the pre-set environment variable that is responsible for denoting | ||
the current <b>minor</b> component of a semantic version number. <i>This | ||
environment variable must be set in order to proceed.</i> | ||
the current <b>major</b> version. If the current version as loaded from the | ||
properties file has a major version component lower than this, then the major | ||
version will be upgraded to that provided by the environment variable. | ||
</div> |
6 changes: 6 additions & 0 deletions
6
src/main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-overrideVersion.html
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,6 @@ | ||
<div> | ||
Semantic version number string to reset the current version to in the next | ||
build, regardless of it's current state. As with the checkbox that enables | ||
this feature, this value will be reset after it has been actioned in the | ||
next build. | ||
</div> |
5 changes: 5 additions & 0 deletions
5
src/main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-preReleaseVersion.html
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,5 @@ | ||
<div> | ||
Pre-release version string to set (or unset, if selecting "None (clear)") on | ||
the current version. This is useful for indicating nightly builds, release | ||
candidates etc. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
...ources/co/byng/versioningplugin/VersionNumberBuilder/help-previousVersionEnvVariable.html
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,4 @@ | ||
<div> | ||
Name of the environment variable denoting the current version (after any | ||
updates have been applied) to be exported if this feature is enabled. | ||
</div> |
8 changes: 5 additions & 3 deletions
8
src/main/resources/co/byng/versioningplugin/VersionNumberBuilder/help-propertyFilePath.html
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<div> | ||
Name of the pre-set environment variable that is responsible for denoting | ||
the current <b>minor</b> component of a semantic version number. This will default | ||
to "0" if not set. | ||
Path to the property file in which the current version is stored. This can | ||
be given as an <strong>absolute path on the filesystem</strong> or a | ||
<strong>relative path to the job's root directory</strong>. Using an absolute | ||
path allows for the sharing of a single properties file between several jobs, | ||
which can be useful for a larger project. | ||
</div> |