Skip to content

Commit 4ee311c

Browse files
committed
🚀 releasing version 2.9.1 @ 2022-12-06 07:55
[skip ci]
1 parent 5a3170d commit 4ee311c

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
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+
"2.9.1" (2022-12-06)
21+
====================
22+
23+
Bugfixes
24+
--------
25+
26+
- `[CI]` :bug: Fixed release bug (#202212060751)
27+
28+
2029
"2.9.0" (2022-12-01)
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__ = "2.9.0"
14-
COMMIT = "7ae26f64f56fe76130db3281a0ce3abdfb49e857"
13+
__version__ = "2.9.1"
14+
COMMIT = "5a3170d9474353cd032cf2dd80bb0f49a75ad844"
1515
MAJOR = 2
1616
MINOR = 9
17-
PATCH = 0
17+
PATCH = 1

docs/plugins/ci.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.ci</code></h1
7373
def release_package_to_repository(self, version: str) -&gt; None:
7474
&#34;&#34;&#34;No operation.&#34;&#34;&#34;
7575
super().release_package_to_repository(version)
76-
self._call_goreleaser_release(version)
7776

7877
def check_credentials(self) -&gt; None:
7978
&#34;&#34;&#34;Checks any credentials.&#34;&#34;&#34;
@@ -145,7 +144,6 @@ <h2 class="section-title" id="header-classes">Classes</h2>
145144
def release_package_to_repository(self, version: str) -&gt; None:
146145
&#34;&#34;&#34;No operation.&#34;&#34;&#34;
147146
super().release_package_to_repository(version)
148-
self._call_goreleaser_release(version)
149147

150148
def check_credentials(self) -&gt; None:
151149
&#34;&#34;&#34;Checks any credentials.&#34;&#34;&#34;
@@ -279,8 +277,7 @@ <h3>Methods</h3>
279277
</summary>
280278
<pre><code class="python">def release_package_to_repository(self, version: str) -&gt; None:
281279
&#34;&#34;&#34;No operation.&#34;&#34;&#34;
282-
super().release_package_to_repository(version)
283-
self._call_goreleaser_release(version)</code></pre>
280+
super().release_package_to_repository(version)</code></pre>
284281
</details>
285282
</dd>
286283
</dl>

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-01 19:01:03.539619</i></p>
68+
<p><i>2022-12-06 07:55:33.832677</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-01 19:01:03.539619
3+
2022-12-06 07:55:33.832677
44

55
# Summary:
66
Licence compliance: Not compliant

news/202212060751.bugfix

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

0 commit comments

Comments
 (0)