Skip to content

Commit

Permalink
Rename a button
Browse files Browse the repository at this point in the history
  • Loading branch information
Andronnix committed Nov 29, 2024
1 parent 980c809 commit f438fee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,12 @@ project {
}

params {
text("teamcity.ui.runButton.caption", "Publish")

text(
"releaseVersion",
"SNAPSHOT",
"Version number to be used when publishing to Space",
"Release version",
"Version number to be used when publishing to Space",
ParameterDisplay.PROMPT,
readOnly = false,
Expand Down

0 comments on commit f438fee

Please sign in to comment.