Skip to content

Commit 02b5d53

Browse files
committed
🚀 releasing version 3.0.6 @ 2022-12-23 15:56
[skip ci]
1 parent f3868b9 commit 02b5d53

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.6" (2022-12-23)
21+
====================
22+
23+
Bugfixes
24+
--------
25+
26+
- :bug: fix bug introduced in `golang` plugin (#20221223153606)
27+
28+
2029
"3.0.5" (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.5"
14-
COMMIT = "6b0c5b16eb3255c6ce155d45de272b5597f8db90"
13+
__version__ = "3.0.6"
14+
COMMIT = "f3868b99776f39851113d7275ad3922ca507acd1"
1515
MAJOR = 3
1616
MINOR = 0
17-
PATCH = 5
17+
PATCH = 6

docs/plugins/golang.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.golang</code>
161161

162162
def package_software(self, mode: CommitType, version: str) -&gt; None:
163163
&#34;&#34;&#34;No operation.&#34;&#34;&#34;
164-
super().package_software(version)
164+
super().package_software(mode, version)
165165
_call_goreleaser_check(version)
166166

167167
def release_package_to_repository(self, mode: CommitType, version: str) -&gt; None:
@@ -256,7 +256,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
256256

257257
def package_software(self, mode: CommitType, version: str) -&gt; None:
258258
&#34;&#34;&#34;No operation.&#34;&#34;&#34;
259-
super().package_software(version)
259+
super().package_software(mode, version)
260260
_call_goreleaser_check(version)
261261

262262
def release_package_to_repository(self, mode: CommitType, version: str) -&gt; None:
@@ -409,7 +409,7 @@ <h3>Methods</h3>
409409
</summary>
410410
<pre><code class="python">def package_software(self, mode: CommitType, version: str) -&gt; None:
411411
&#34;&#34;&#34;No operation.&#34;&#34;&#34;
412-
super().package_software(version)
412+
super().package_software(mode, version)
413413
_call_goreleaser_check(version)</code></pre>
414414
</details>
415415
</dd>

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 12:05:55.650778</i></p>
68+
<p><i>2022-12-23 15:56:18.053562</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 12:05:55.650778
3+
2022-12-23 15:56:18.053562
44

55
# Summary:
66
Licence compliance: Not compliant

news/20221223153606.bugfix

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

0 commit comments

Comments
 (0)