Skip to content

Commit e2419ae

Browse files
shubham14bajpaiKiran Mova
authored andcommitted
chore(CHANGELOG): add changelogs for v2.3.0
Signed-off-by: shubham <[email protected]>
1 parent 0a42ec8 commit e2419ae

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ jobs:
4444
if [ ${BRANCH} = "replication" ]; then
4545
CI_TAG="ci"
4646
fi
47-
echo "::set-env name=TAG::${CI_TAG}"
48-
echo "::set-env name=BRANCH::${BRANCH}"
47+
echo "TAG=${CI_TAG}" >> $GITHUB_ENV
48+
echo "BRANCH=${BRANCH}" >> $GITHUB_ENV
49+
50+
- name: Print Tag info
51+
run: |
4952
echo "BRANCH: ${BRANCH}"
50-
echo "TAG: ${CI_TAG}"
53+
echo "TAG: ${TAG}"
5154
5255
- name: Set up QEMU
5356
uses: docker/setup-qemu-action@v1

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ jobs:
2828
- name: Set Tag
2929
run: |
3030
TAG="${GITHUB_REF#refs/*/v}"
31-
echo "::set-env name=TAG::${TAG}"
32-
echo "::set-env name=RELEASE_TAG::${TAG}"
33-
echo "RELEASE_TAG ${TAG}"
31+
echo "TAG=${TAG}" >> $GITHUB_ENV
32+
echo "RELEASE_TAG=${TAG}" >> $GITHUB_ENV
33+
34+
- name: Print Tag info
35+
run: |
36+
echo "RELEASE TAG: ${RELEASE_TAG}"
3437
3538
- name: Set up QEMU
3639
uses: docker/setup-qemu-action@v1

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v2.3.0 / 2020-11-14
2+
========================
3+
* chore(build): add support for multiarch build ([#346](https://github.com/openebs/istgt/pull/346),[@shubham14bajpai](https://github.com/shubham14bajpai))
4+
* fix(actions): set the develop branch as replication ([#350](https://github.com/openebs/istgt/pull/350),[@shubham14bajpai](https://github.com/shubham14bajpai))
5+
6+
7+
v2.3.0-RC2 / 2020-11-13
8+
========================
9+
10+
11+
v2.3.0-RC1 / 2020-11-12
12+
========================
13+
* chore(build): add support for multiarch build ([#346](https://github.com/openebs/istgt/pull/346),[@shubham14bajpai](https://github.com/shubham14bajpai))
14+
* fix(actions): set the develop branch as replication ([#350](https://github.com/openebs/istgt/pull/350),[@shubham14bajpai](https://github.com/shubham14bajpai))
15+
16+
117
v2.2.0 / 2020-10-13
218
=========================
319

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)