Skip to content

Commit

Permalink
🚀 releasing version 3.0.2 @ 2022-12-22 01:24
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
monty-bot committed Dec 22, 2022
1 parent e93a753 commit 9041410
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
====================

Expand Down
6 changes: 3 additions & 3 deletions continuous_delivery_scripts/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/plugins/github_actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action
) -&gt; List[str]:
cmd = [
&#34;gh&#34;,
&#34;create&#34;,
&#34;release&#34;,
&#34;--latest&#34;,
f&#34;{tag}&#34;,
&#34;--notes-file&#34;,
f&#34;{str(changelog)}&#34;,
]
Expand All @@ -69,7 +70,6 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.github_action
title = f&#34;:news: Pre-release {version}&#34;
cmd.append(&#34;--title&#34;)
cmd.append(title)
cmd.append(tag)
return cmd


Expand Down
2 changes: 1 addition & 1 deletion docs/third_party_IP_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</head>
<body>
<h1>Project's 3rd party IP report</h1>
<p><i>2022-12-22 01:11:04.093568</i></p>
<p><i>2022-12-22 01:24:10.103483</i></p>
<h2>Summary</h2>
<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/third_party_IP_report.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion news/20221222011846.bugfix

This file was deleted.

0 comments on commit 9041410

Please sign in to comment.