Skip to content

Commit eae1858

Browse files
committed
🚀 releasing version 3.0.3 @ 2022-12-22 01:34
[skip ci]
1 parent 1a5dd3c commit eae1858

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
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.3" (2022-12-22)
21+
====================
22+
23+
Bugfixes
24+
--------
25+
26+
- :bug: fixed github release command in `github_actions` plugin (#20221222013026)
27+
28+
2029
"3.0.2" (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.2"
14-
COMMIT = "e93a753a937504d6111eda39d61e63ab10c712b6"
13+
__version__ = "3.0.3"
14+
COMMIT = "1a5dd3cba651868130fe98daaa3041f58dfac235"
1515
MAJOR = 3
1616
MINOR = 0
17-
PATCH = 2
17+
PATCH = 3

docs/plugins/github_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action
5656
) -&gt; List[str]:
5757
cmd = [
5858
&#34;gh&#34;,
59-
&#34;create&#34;,
6059
&#34;release&#34;,
60+
&#34;create&#34;,
6161
f&#34;{tag}&#34;,
6262
&#34;--notes-file&#34;,
6363
f&#34;{str(changelog)}&#34;,

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:24:10.103483</i></p>
68+
<p><i>2022-12-22 01:34:29.050715</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:24:10.103483
3+
2022-12-22 01:34:29.050715
44

55
# Summary:
66
Licence compliance: Not compliant

news/20221222013026.bugfix

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

0 commit comments

Comments
 (0)