File tree Expand file tree Collapse file tree 6 files changed +15
-10
lines changed
continuous_delivery_scripts Expand file tree Collapse file tree 6 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://gi
17
17
18
18
[ // ] : # ( begin_release_notes )
19
19
20
+ "2.9.1" (2022-12-06)
21
+ ====================
22
+
23
+ Bugfixes
24
+ --------
25
+
26
+ - ` [CI] ` :bug : Fixed release bug (#202212060751 )
27
+
28
+
20
29
"2.9.0" (2022-12-01)
21
30
====================
22
31
Original file line number Diff line number Diff line change 10
10
11
11
This file is autogenerated, do not modify by hand.
12
12
"""
13
- __version__ = "2.9.0 "
14
- COMMIT = "7ae26f64f56fe76130db3281a0ce3abdfb49e857 "
13
+ __version__ = "2.9.1 "
14
+ COMMIT = "5a3170d9474353cd032cf2dd80bb0f49a75ad844 "
15
15
MAJOR = 2
16
16
MINOR = 9
17
- PATCH = 0
17
+ PATCH = 1
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.ci</code></h1
73
73
def release_package_to_repository(self, version: str) -> None:
74
74
"""No operation."""
75
75
super().release_package_to_repository(version)
76
- self._call_goreleaser_release(version)
77
76
78
77
def check_credentials(self) -> None:
79
78
"""Checks any credentials."""
@@ -145,7 +144,6 @@ <h2 class="section-title" id="header-classes">Classes</h2>
145
144
def release_package_to_repository(self, version: str) -> None:
146
145
"""No operation."""
147
146
super().release_package_to_repository(version)
148
- self._call_goreleaser_release(version)
149
147
150
148
def check_credentials(self) -> None:
151
149
"""Checks any credentials."""
@@ -279,8 +277,7 @@ <h3>Methods</h3>
279
277
</ summary >
280
278
< pre > < code class ="python "> def release_package_to_repository(self, version: str) -> None:
281
279
"""No operation."""
282
- super().release_package_to_repository(version)
283
- self._call_goreleaser_release(version)</ code > </ pre >
280
+ super().release_package_to_repository(version)</ code > </ pre >
284
281
</ details >
285
282
</ dd >
286
283
</ dl >
Original file line number Diff line number Diff line change 65
65
</ head >
66
66
< body >
67
67
< 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 >
69
69
< h2 > Summary</ h2 >
70
70
< table >
71
71
< thead >
Original file line number Diff line number Diff line change 1
1
3rd party IP report for continuous-delivery-scripts
2
2
3
- 2022-12-01 19:01:03.539619
3
+ 2022-12-06 07:55:33.832677
4
4
5
5
# Summary:
6
6
Licence compliance: Not compliant
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments