Skip to content

Commit e23b7ee

Browse files
committed
🚀 releasing version 3.0.1 @ 2022-12-22 01:11
[skip ci]
1 parent 50bb081 commit e23b7ee

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.1" (2022-12-22)
21+
====================
22+
23+
Bugfixes
24+
--------
25+
26+
- :bug: fixed `github_actions` plugins` (#20221222005632)
27+
28+
2029
"3.0.0" (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.0"
14-
COMMIT = "ce55582d57532f7b08463b6ccee1b84f6f3239f3"
13+
__version__ = "3.0.1"
14+
COMMIT = "50bb08142f1ba37a61736cae4240e8c82fe00a56"
1515
MAJOR = 3
1616
MINOR = 0
17-
PATCH = 0
17+
PATCH = 1

docs/plugins/github_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action
5555
changelog: Path, version: str, tag: str, is_latest: bool, is_prerelease: bool
5656
) -&gt; List[str]:
5757
cmd = [
58-
&#34;ght&#34;,
58+
&#34;gh&#34;,
5959
&#34;release&#34;,
6060
&#34;--latest&#34;,
6161
&#34;--notes-file&#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 00:44:13.746310</i></p>
68+
<p><i>2022-12-22 01:11:04.093568</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 00:44:13.746310
3+
2022-12-22 01:11:04.093568
44

55
# Summary:
66
Licence compliance: Not compliant

news/20221222005632.bugfix

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

0 commit comments

Comments
 (0)