Skip to content

Commit

Permalink
🚀 releasing version 3.0.4 @ 2022-12-22 01:48
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
monty-bot committed Dec 22, 2022
1 parent 2f96886 commit 757cda5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://gi

[//]: # (begin_release_notes)

"3.0.4" (2022-12-22)
====================

Bugfixes
--------

- :bug: fixed github release title format in `github_actions` plugin (#20221222014441)


"3.0.3" (2022-12-22)
====================

Expand Down
6 changes: 3 additions & 3 deletions continuous_delivery_scripts/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
This file is autogenerated, do not modify by hand.
"""
__version__ = "3.0.3"
COMMIT = "1a5dd3cba651868130fe98daaa3041f58dfac235"
__version__ = "3.0.4"
COMMIT = "2f96886cc3a104c53b546373ab0efda0c4f8c616"
MAJOR = 3
MINOR = 0
PATCH = 3
PATCH = 4
6 changes: 3 additions & 3 deletions docs/plugins/github_actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action
&#34;--notes-file&#34;,
f&#34;{str(changelog)}&#34;,
]
title = f&#34;:sparkles: Release {version}&#34;
title = f&#34;Release {version}&#34;
if is_latest:
cmd.append(&#34;--latest&#34;)
if is_prerelease:
cmd.append(&#34;--prerelease&#34;)
title = f&#34;:news: Pre-release {version}&#34;
title = f&#34;Pre-release {version}&#34;
cmd.append(&#34;--title&#34;)
cmd.append(title)
return cmd
Expand All @@ -82,7 +82,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action

def _call_github_cli_check() -&gt; None:
&#34;&#34;&#34;Calls gh to verify its accessibility.&#34;&#34;&#34;
logger.info(&#34;Checking GitHub Actions is correctly installed.&#34;)
logger.info(&#34;Checking whether GitHub CLI is correctly installed.&#34;)
env = os.environ
env[ENVVAR_GITHUB_CLI_GIT_TOKEN] = configuration.get_value(ConfigurationVariable.GIT_TOKEN)
check_call(_generate_github_cli_check_command_list(), env=env)
Expand Down
2 changes: 1 addition & 1 deletion docs/third_party_IP_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</head>
<body>
<h1>Project's 3rd party IP report</h1>
<p><i>2022-12-22 01:34:29.050715</i></p>
<p><i>2022-12-22 01:48:27.146238</i></p>
<h2>Summary</h2>
<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/third_party_IP_report.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
3rd party IP report for continuous-delivery-scripts

2022-12-22 01:34:29.050715
2022-12-22 01:48:27.146238

# Summary:
Licence compliance: Not compliant
Expand Down
1 change: 0 additions & 1 deletion news/20221222014441.bugfix

This file was deleted.

0 comments on commit 757cda5

Please sign in to comment.