Skip to content

Commit 6d16673

Browse files
committed
🚀 releasing version 2.2.2 @ 2021-08-10 18:00
[skip ci]
1 parent b89709b commit 6d16673

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://gi
1313

1414
[//]: # (begin_release_notes)
1515

16+
"2.2.2" (2021-08-10)
17+
====================
18+
19+
Bugfixes
20+
--------
21+
22+
- Authenticate before committed changes to GitHub (#202108101821)
23+
24+
1625
"2.2.1" (2021-08-10)
1726
====================
1827

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.2.1"
14-
COMMIT = "56551d8dab891793efe2386e266a437e647a2e6e"
13+
__version__ = "2.2.2"
14+
COMMIT = "b89709bb07c133d34aa94be7ddec2b276bb24eb1"
1515
MAJOR = 2
1616
MINOR = 2
17-
PATCH = 1
17+
PATCH = 2

docs/assert_news.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ <h1 class="title">Module <code>continuous_delivery_scripts.assert_news</code></h
153153

154154
def _commit_news_file(git: GitWrapper, news_dir: str) -&gt; None:
155155
logger.info(&#34;Committing news file...&#34;)
156+
git.configure_for_github()
156157
git.add(news_dir)
157-
git.commit(&#34;Adding news file&#34;)
158+
git.commit(&#34;📰 Automatic changes ⚙ Adding news file&#34;)
158159
git.push()
159160
git.pull()
160161

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>2021-08-10 17:05:14.725298</i></p>
68+
<p><i>2021-08-10 18:00:23.670880</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-
2021-08-10 17:05:14.725298
3+
2021-08-10 18:00:23.670880
44

55
# Summary:
66
Licence compliance: Compliant

news/202108101821.bugfix

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

0 commit comments

Comments
 (0)