Skip to content

Commit

Permalink
chore(CHANGELOG): add changelogs for v2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored and kmova committed Nov 19, 2020
1 parent 0a42ec8 commit e2419ae
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ jobs:
if [ ${BRANCH} = "replication" ]; then
CI_TAG="ci"
fi
echo "::set-env name=TAG::${CI_TAG}"
echo "::set-env name=BRANCH::${BRANCH}"
echo "TAG=${CI_TAG}" >> $GITHUB_ENV
echo "BRANCH=${BRANCH}" >> $GITHUB_ENV
- name: Print Tag info
run: |
echo "BRANCH: ${BRANCH}"
echo "TAG: ${CI_TAG}"
echo "TAG: ${TAG}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
- name: Set Tag
run: |
TAG="${GITHUB_REF#refs/*/v}"
echo "::set-env name=TAG::${TAG}"
echo "::set-env name=RELEASE_TAG::${TAG}"
echo "RELEASE_TAG ${TAG}"
echo "TAG=${TAG}" >> $GITHUB_ENV
echo "RELEASE_TAG=${TAG}" >> $GITHUB_ENV
- name: Print Tag info
run: |
echo "RELEASE TAG: ${RELEASE_TAG}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v2.3.0 / 2020-11-14
========================
* chore(build): add support for multiarch build ([#346](https://github.com/openebs/istgt/pull/346),[@shubham14bajpai](https://github.com/shubham14bajpai))
* fix(actions): set the develop branch as replication ([#350](https://github.com/openebs/istgt/pull/350),[@shubham14bajpai](https://github.com/shubham14bajpai))


v2.3.0-RC2 / 2020-11-13
========================


v2.3.0-RC1 / 2020-11-12
========================
* chore(build): add support for multiarch build ([#346](https://github.com/openebs/istgt/pull/346),[@shubham14bajpai](https://github.com/shubham14bajpai))
* fix(actions): set the develop branch as replication ([#350](https://github.com/openebs/istgt/pull/350),[@shubham14bajpai](https://github.com/shubham14bajpai))


v2.2.0 / 2020-10-13
=========================

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e2419ae

Please sign in to comment.