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 651979a commit 18a07d2
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 12 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ jobs:
if [ ${BRANCH} = "master" ]; 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 Expand Up @@ -87,10 +90,13 @@ jobs:
if [ ${BRANCH} = "master" ]; 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
18 changes: 12 additions & 6 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 Expand Up @@ -66,9 +69,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 ([#71](https://github.com/openebs/libcstor/pull/71),[@shubham14bajpai](https://github.com/shubham14bajpai))
* fix(travis): add suffix to single arch image pushed by travis ([#78](https://github.com/openebs/libcstor/pull/78),[@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 ([#71](https://github.com/openebs/libcstor/pull/71),[@shubham14bajpai](https://github.com/shubham14bajpai))
* fix(travis): add suffix to single arch image pushed by travis ([#78](https://github.com/openebs/libcstor/pull/78),[@shubham14bajpai](https://github.com/shubham14bajpai))


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

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions changelogs/released/v2.3.0-RC1/78-shubham14bajpai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix(travis): add suffix to single arch image pushed by travis

0 comments on commit 18a07d2

Please sign in to comment.