Skip to content

Commit

Permalink
Merge pull request #1122 from mrapp-ke/merge-feature
Browse files Browse the repository at this point in the history
Merge feature into main branch
  • Loading branch information
issue-api-tokens[bot] authored Nov 8, 2024
2 parents b64c07d + 6c5db4c commit 97a9c65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scons/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 97a9c65

Please sign in to comment.