From eb9e06338056700c3904e37f1add17dcc36fb928 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 8 Nov 2024 09:49:45 +0100 Subject: [PATCH 1/3] Fix link to documentation. --- scons/changelog.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scons/changelog.py b/scons/changelog.py index e4491344a..8c7a5ab1b 100644 --- a/scons/changelog.py +++ b/scons/changelog.py @@ -23,6 +23,8 @@ PREFIX_ASTERISK = '* ' +URL_DOCUMENTATION = 'https://mlrl-boomer.readthedocs.io/en/' + CHANGELOG_FILE_MAIN = '.changelog-main.md' CHANGELOG_FILE_FEATURE = '.changelog-feature.md' @@ -141,8 +143,8 @@ def __format_release_date(self) -> str: def __format_disclaimer(self) -> str: if [changeset for changeset in self.changesets if changeset.header.lower() == 'api changes']: return ('```{warning}\nThis release comes with API changes. For an updated overview of the available ' - + 'parameters and command line arguments, please refer to the ' - + '[documentation](https://documentation/en/' + str(self.version) + '/).\n```\n\n') + + 'parameters and command line arguments, please refer to the ' + '[documentation](' + + URL_DOCUMENTATION + str(self.version) + ').\n```\n\n') return '' def __str__(self) -> str: From ce932dfa66ca0c7b8e28a0f8e1cce69f05b2e1b8 Mon Sep 17 00:00:00 2001 From: michael-rapp <6638695+michael-rapp@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:06:52 +0000 Subject: [PATCH 2/3] [Bot] Merge bugfix into feature branch. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index a8839f70d..d33c3a212 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.11.2 \ No newline at end of file +0.12.0 \ No newline at end of file From 6c5db4c55e82afa7e03dd3fa3c2a42605c0b7b17 Mon Sep 17 00:00:00 2001 From: "issue-api-tokens[bot]" <167710561+issue-api-tokens[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:23:39 +0000 Subject: [PATCH 3/3] [Bot] Merge feature into main branch. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index d33c3a212..afaf360d3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.12.0 \ No newline at end of file +1.0.0 \ No newline at end of file