Skip to content

Commit c7520b7

Browse files
committed
🚀 releasing version 2.7.2 @ 2021-08-25 02:02
[skip ci]
1 parent ee8a4c3 commit c7520b7

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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.7.2" (2021-08-25)"2.7.2" (2021-08-25)
21+
====================
22+
23+
Bugfixes
24+
--------
25+
26+
- [GO] Fixed goreleaser version tag issue (#202108250248)
27+
28+
2029
"2.7.1" (2021-08-24)"2.7.1" (2021-08-24)
2130
====================
2231

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.7.1"
14-
COMMIT = "e7431a294fbd3b6553ece6f9471c01c5a03b1eab"
13+
__version__ = "2.7.2"
14+
COMMIT = "ee8a4c3cd200ccf9c8e4d3c971a9a871c034a00d"
1515
MAJOR = 2
1616
MINOR = 7
17-
PATCH = 1
17+
PATCH = 2

docs/plugins/golang.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.plugins.golang</code>
166166
logger.info(&#34;Release package.&#34;)
167167
changelogPath = configuration.get_value(ConfigurationVariable.CHANGELOG_FILE_PATH)
168168
env = os.environ
169-
env[ENVVAR_GORELEASER_CUSTOMISED_TAG] = version
169+
env[ENVVAR_GORELEASER_CUSTOMISED_TAG] = tag
170170
env[ENVVAR_GORELEASER_GIT_TOKEN] = configuration.get_value(ConfigurationVariable.GIT_TOKEN)
171171
check_call(_generate_goreleaser_release_command_list(changelogPath), cwd=ROOT_DIR, env=env)</code></pre>
172172
</details>
@@ -253,7 +253,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
253253
logger.info(&#34;Release package.&#34;)
254254
changelogPath = configuration.get_value(ConfigurationVariable.CHANGELOG_FILE_PATH)
255255
env = os.environ
256-
env[ENVVAR_GORELEASER_CUSTOMISED_TAG] = version
256+
env[ENVVAR_GORELEASER_CUSTOMISED_TAG] = tag
257257
env[ENVVAR_GORELEASER_GIT_TOKEN] = configuration.get_value(ConfigurationVariable.GIT_TOKEN)
258258
check_call(_generate_goreleaser_release_command_list(changelogPath), cwd=ROOT_DIR, env=env)</code></pre>
259259
</details>

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-24 22:51:18.858221</i></p>
68+
<p><i>2021-08-25 02:02:30.640660</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-24 22:51:18.858221
3+
2021-08-25 02:02:30.640660
44

55
# Summary:
66
Licence compliance: Compliant

news/202108250248.bugfix

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

0 commit comments

Comments
 (0)