Skip to content

Commit 757cda5

Browse files
committed
🚀 releasing version 3.0.4 @ 2022-12-22 01:48
[skip ci]
1 parent 2f96886 commit 757cda5

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://gi
1717

1818
[//]: # (begin_release_notes)
1919

20+
"3.0.4" (2022-12-22)
21+
====================
22+
23+
Bugfixes
24+
--------
25+
26+
- :bug: fixed github release title format in `github_actions` plugin (#20221222014441)
27+
28+
2029
"3.0.3" (2022-12-22)
2130
====================
2231

continuous_delivery_scripts/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
1111
This file is autogenerated, do not modify by hand.
1212
"""
13-
__version__ = "3.0.3"
14-
COMMIT = "1a5dd3cba651868130fe98daaa3041f58dfac235"
13+
__version__ = "3.0.4"
14+
COMMIT = "2f96886cc3a104c53b546373ab0efda0c4f8c616"
1515
MAJOR = 3
1616
MINOR = 0
17-
PATCH = 3
17+
PATCH = 4

docs/plugins/github_actions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action
6262
&#34;--notes-file&#34;,
6363
f&#34;{str(changelog)}&#34;,
6464
]
65-
title = f&#34;:sparkles: Release {version}&#34;
65+
title = f&#34;Release {version}&#34;
6666
if is_latest:
6767
cmd.append(&#34;--latest&#34;)
6868
if is_prerelease:
6969
cmd.append(&#34;--prerelease&#34;)
70-
title = f&#34;:news: Pre-release {version}&#34;
70+
title = f&#34;Pre-release {version}&#34;
7171
cmd.append(&#34;--title&#34;)
7272
cmd.append(title)
7373
return cmd
@@ -82,7 +82,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action
8282

8383
def _call_github_cli_check() -&gt; None:
8484
&#34;&#34;&#34;Calls gh to verify its accessibility.&#34;&#34;&#34;
85-
logger.info(&#34;Checking GitHub Actions is correctly installed.&#34;)
85+
logger.info(&#34;Checking whether GitHub CLI is correctly installed.&#34;)
8686
env = os.environ
8787
env[ENVVAR_GITHUB_CLI_GIT_TOKEN] = configuration.get_value(ConfigurationVariable.GIT_TOKEN)
8888
check_call(_generate_github_cli_check_command_list(), env=env)

docs/third_party_IP_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</head>
6666
<body>
6767
<h1>Project's 3rd party IP report</h1>
68-
<p><i>2022-12-22 01:34:29.050715</i></p>
68+
<p><i>2022-12-22 01:48:27.146238</i></p>
6969
<h2>Summary</h2>
7070
<table>
7171
<thead>

docs/third_party_IP_report.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
3rd party IP report for continuous-delivery-scripts
22

3-
2022-12-22 01:34:29.050715
3+
2022-12-22 01:48:27.146238
44

55
# Summary:
66
Licence compliance: Not compliant

news/20221222014441.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)