Skip to content

Commit bd9350f

Browse files
committed
Merge branch 'release/8.1.0' into develop
2 parents 67fbf51 + f389c17 commit bd9350f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ project {
6565
text (
6666
"env.SignPathSettings",
6767
label = "SignPathSettings",
68-
value = "",
68+
value = "SignPathSettings { OrganizationId = 0fdaf334-6910-41f4-83d2-e58e4cccb087, ProjectSlug = nuke, PolicySlug = release-signing }",
6969
allowEmpty = true,
7070
display = ParameterDisplay.NORMAL)
7171
text (

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [vNext]
8+
9+
## [8.1.0] / 2024-09-10
810
- Added schema generation with references for `build.schema.json`
911
- Added deserialization of full objects from `parameters.json`
1012
- Added `AbsolutePath` extension methods for `AddUnixSymlink`, `Copy*`, `Move*`, `Rename*`
@@ -1148,7 +1150,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11481150
- Added CLT tasks for Git
11491151
- Fixed background color in console output
11501152

1151-
[vNext]: https://github.com/nuke-build/nuke/compare/8.0.0...HEAD
1153+
[vNext]: https://github.com/nuke-build/nuke/compare/8.1.0...HEAD
1154+
[8.1.0]: https://github.com/nuke-build/nuke/compare/8.0.0...8.1.0
11521155
[8.0.0]: https://github.com/nuke-build/nuke/compare/7.0.6...8.0.0
11531156
[7.0.6]: https://github.com/nuke-build/nuke/compare/7.0.5...7.0.6
11541157
[7.0.5]: https://github.com/nuke-build/nuke/compare/7.0.4...7.0.5

0 commit comments

Comments
 (0)