diff --git a/CHANGELOG.md b/CHANGELOG.md index 797619b..be5dbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,15 @@ This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://gi [//]: # (begin_release_notes) +"3.0.2" (2022-12-22) +==================== + +Bugfixes +-------- + +- :bug: fixed github release command in `github_actions` plugin (#20221222011846) + + "3.0.1" (2022-12-22) ==================== diff --git a/continuous_delivery_scripts/_version.py b/continuous_delivery_scripts/_version.py index dbe5bb8..3be73a5 100644 --- a/continuous_delivery_scripts/_version.py +++ b/continuous_delivery_scripts/_version.py @@ -10,8 +10,8 @@ This file is autogenerated, do not modify by hand. """ -__version__ = "3.0.1" -COMMIT = "50bb08142f1ba37a61736cae4240e8c82fe00a56" +__version__ = "3.0.2" +COMMIT = "e93a753a937504d6111eda39d61e63ab10c712b6" MAJOR = 3 MINOR = 0 -PATCH = 1 +PATCH = 2 diff --git a/continuous_delivery_scripts/plugins/github_actions.py b/continuous_delivery_scripts/plugins/github_actions.py index f0d98ff..016fa78 100644 --- a/continuous_delivery_scripts/plugins/github_actions.py +++ b/continuous_delivery_scripts/plugins/github_actions.py @@ -23,8 +23,8 @@ def _generate_github_cli_release_command_list( ) -> List[str]: cmd = [ "gh", - "create", "release", + "create", f"{tag}", "--notes-file", f"{str(changelog)}", diff --git a/docs/plugins/github_actions.html b/docs/plugins/github_actions.html index f9b4b8c..e3bc771 100644 --- a/docs/plugins/github_actions.html +++ b/docs/plugins/github_actions.html @@ -56,8 +56,9 @@

Module continuous_delivery_scripts.plugins.github_action ) -> List[str]: cmd = [ "gh", + "create", "release", - "--latest", + f"{tag}", "--notes-file", f"{str(changelog)}", ] @@ -69,7 +70,6 @@

Module continuous_delivery_scripts.plugins.github_action title = f":news: Pre-release {version}" cmd.append("--title") cmd.append(title) - cmd.append(tag) return cmd diff --git a/docs/third_party_IP_report.html b/docs/third_party_IP_report.html index c0d3fc5..9698814 100644 --- a/docs/third_party_IP_report.html +++ b/docs/third_party_IP_report.html @@ -65,7 +65,7 @@

Project's 3rd party IP report

-

2022-12-22 01:11:04.093568

+

2022-12-22 01:24:10.103483

Summary

diff --git a/docs/third_party_IP_report.txt b/docs/third_party_IP_report.txt index cf008f3..1a6b479 100644 --- a/docs/third_party_IP_report.txt +++ b/docs/third_party_IP_report.txt @@ -1,6 +1,6 @@ 3rd party IP report for continuous-delivery-scripts - 2022-12-22 01:11:04.093568 + 2022-12-22 01:24:10.103483 # Summary: Licence compliance: Not compliant diff --git a/news/20221222011846.bugfix b/news/20221222012837.bugfix similarity index 100% rename from news/20221222011846.bugfix rename to news/20221222012837.bugfix