From f6a60d5ecb4314525385b2852722f6597094baa9 Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Tue, 10 Sep 2024 02:55:49 +0200 Subject: [PATCH 1/2] chore: update settings.kts --- .teamcity/settings.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 62b866404..c4b4ef5ae 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -65,7 +65,7 @@ project { text ( "env.SignPathSettings", label = "SignPathSettings", - value = "", + value = "SignPathSettings { OrganizationId = 0fdaf334-6910-41f4-83d2-e58e4cccb087, ProjectSlug = nuke, PolicySlug = release-signing }", allowEmpty = true, display = ParameterDisplay.NORMAL) text ( From f389c1768b1687c8875b58367d389adc7565ae4f Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Tue, 10 Sep 2024 02:56:30 +0200 Subject: [PATCH 2/2] chore: CHANGELOG.md for 8.1.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b73124504..db39c9f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [vNext] + +## [8.1.0] / 2024-09-10 - Added schema generation with references for `build.schema.json` - Added deserialization of full objects from `parameters.json` - 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. - Added CLT tasks for Git - Fixed background color in console output -[vNext]: https://github.com/nuke-build/nuke/compare/8.0.0...HEAD +[vNext]: https://github.com/nuke-build/nuke/compare/8.1.0...HEAD +[8.1.0]: https://github.com/nuke-build/nuke/compare/8.0.0...8.1.0 [8.0.0]: https://github.com/nuke-build/nuke/compare/7.0.6...8.0.0 [7.0.6]: https://github.com/nuke-build/nuke/compare/7.0.5...7.0.6 [7.0.5]: https://github.com/nuke-build/nuke/compare/7.0.4...7.0.5