Skip to content

Commit 9041410

Browse files
committed
🚀 releasing version 3.0.2 @ 2022-12-22 01:24
[skip ci]
1 parent e93a753 commit 9041410

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

CHANGELOG.md

+9
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.2" (2022-12-22)
21+
====================
22+
23+
Bugfixes
24+
--------
25+
26+
- :bug: fixed github release command in `github_actions` plugin (#20221222011846)
27+
28+
2029
"3.0.1" (2022-12-22)
2130
====================
2231

continuous_delivery_scripts/_version.py

+3-3
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.1"
14-
COMMIT = "50bb08142f1ba37a61736cae4240e8c82fe00a56"
13+
__version__ = "3.0.2"
14+
COMMIT = "e93a753a937504d6111eda39d61e63ab10c712b6"
1515
MAJOR = 3
1616
MINOR = 0
17-
PATCH = 1
17+
PATCH = 2

docs/plugins/github_actions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ <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;,
5960
&#34;release&#34;,
60-
&#34;--latest&#34;,
61+
f&#34;{tag}&#34;,
6162
&#34;--notes-file&#34;,
6263
f&#34;{str(changelog)}&#34;,
6364
]
@@ -69,7 +70,6 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action
6970
title = f&#34;:news: Pre-release {version}&#34;
7071
cmd.append(&#34;--title&#34;)
7172
cmd.append(title)
72-
cmd.append(tag)
7373
return cmd
7474

7575

docs/third_party_IP_report.html

+1-1
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:11:04.093568</i></p>
68+
<p><i>2022-12-22 01:24:10.103483</i></p>
6969
<h2>Summary</h2>
7070
<table>
7171
<thead>

docs/third_party_IP_report.txt

+1-1
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:11:04.093568
3+
2022-12-22 01:24:10.103483
44

55
# Summary:
66
Licence compliance: Not compliant

news/20221222011846.bugfix

-1
This file was deleted.

0 commit comments

Comments
 (0)