Skip to content

Commit 6ebc2fa

Browse files
committed
Update for 1.0.0 release.
1 parent ac1743b commit 6ebc2fa

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Features:
1111

1212
## Status
1313

14-
In private use since mid-2019. Nearing public release.
14+
In use by several projects.
1515

1616
## Requirements
1717

@@ -34,7 +34,7 @@ file.
3434
<ItemGroup>
3535
<PackageReference
3636
Include="Subatomix.Build.Versioning.Semantic"
37-
Version="1.0.0-rc.1"
37+
Version="1.0.0"
3838
PrivateAssets="All" />
3939
</ItemGroup>
4040
```
@@ -127,13 +127,16 @@ counter of the form `yyyymmdd.ThhmmssZ` using the current UTC time.
127127
TODO
128128

129129
#### `SetAzurePipelinesBuildName`
130-
When `true`, the build outputs magic text that sets the name of an Azure
131-
DevOps pipeline run.
130+
When `true`, the build outputs [magic text](https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/logging-commands?view=azure-devops#updatebuildnumber-override-the-automatically-generated-build-number)
131+
that sets the name and `$(Build.BuildNumber)` [variable](https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops#build-variables-devops-services)
132+
of the current Azure DevOps pipeline run.
132133

133134
#### `SetGitHubActionsVersion`
134-
When `true`, the build outputs magic text that sets the version of a GitHub
135-
Actions workflow run.
135+
When `true`, the build outputs [magic text](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter)
136+
that sets the `Version` [output parameter](https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#steps-context)
137+
of the current workflow step.
136138

137139
#### `SetTeamCityBuildNumber`
138-
When `true`, the build outputs magic text that sets the name of a TeamCity
139-
build.
140+
When `true`, the build outputs [magic text](https://www.jetbrains.com/help/teamcity/service-messages.html#Reporting+Build+Number)
141+
that sets the [build number](https://www.jetbrains.com/help/teamcity/build-number.html)
142+
of the current TeamCity build.

0 commit comments

Comments
 (0)