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
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
Original file line number Diff line number Diff line change 1010
1111This 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 "
1515MAJOR = 2
1616MINOR = 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
7373 def release_package_to_repository(self, version: str) -> None:
7474 """No operation."""
7575 super().release_package_to_repository(version)
76- self._call_goreleaser_release(version)
7776
7877 def check_credentials(self) -> None:
7978 """Checks any credentials."""
@@ -145,7 +144,6 @@ <h2 class="section-title" id="header-classes">Classes</h2>
145144 def release_package_to_repository(self, version: str) -> None:
146145 """No operation."""
147146 super().release_package_to_repository(version)
148- self._call_goreleaser_release(version)
149147
150148 def check_credentials(self) -> None:
151149 """Checks any credentials."""
@@ -279,8 +277,7 @@ <h3>Methods</h3>
279277</ summary >
280278< pre > < code class ="python "> def release_package_to_repository(self, version: str) -> None:
281279 """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 >
284281</ details >
285282</ dd >
286283</ dl >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments