From 9c031fa32d8956b0299e82416129ab3a10fe6101 Mon Sep 17 00:00:00 2001 From: pyshx Date: Thu, 8 Jun 2023 21:40:49 +0000 Subject: [PATCH 1/3] v0.16.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af023f18f..c474219632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## 0.16.1 - 2023-06-08 + +### Web + + +### Misc + +#### Miscellaneous Tasks + +- Update to 0.16.1 for the fix release [`707942`](https://github.com/reearth/reearth/commit/707942) + +### server, web + + +### web, server + + +### + +#### Miscellaneous Tasks + +- Update to 0.16.1 for the fix release [`707942`](https://github.com/reearth/reearth/commit/707942) + ## 0.16.0 - 2023-06-08 ### Web From cca89c577d36093c18a002805c638e557f1694c3 Mon Sep 17 00:00:00 2001 From: pyshx Date: Fri, 9 Jun 2023 03:42:28 +0530 Subject: [PATCH 2/3] ci(web, server): fix oss server release flow --- .github/workflows/build_server.yml | 5 +++-- .github/workflows/build_web.yml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_server.yml b/.github/workflows/build_server.yml index 1e01535889..208859db8d 100644 --- a/.github/workflows/build_server.yml +++ b/.github/workflows/build_server.yml @@ -67,6 +67,7 @@ jobs: if: ${{ github.event.inputs.new_tag != 'blank' }} uses: ncipollo/release-action@v1 with: + allowUpdates: true artifacts: ${{ env.ARTIFACTS }} commit: ${{ github.event.inputs.sha }} name: ${{ github.event.inputs.new_tag }} @@ -122,8 +123,8 @@ jobs: uses: dsaltares/fetch-gh-release-asset@master with: repo: reearth/reearth - version: tags/${{ github.event.inputs.name || needs.info.outputs.tag }} - file: reearth-web_${{ github.event.inputs.name || needs.info.outputs.tag }}.tar.gz + version: tags/${{ github.event.inputs.name && github.event.inputs.new_name != 'blank' && github.event.inputs.name || github.event.inputs.tag }} + file: reearth-web_${{ github.event.inputs.name && github.event.inputs.new_name != 'blank' && github.event.inputs.name || github.event.inputs.tag }}.tar.gz token: ${{ secrets.GITHUB_TOKEN }} target: server/reearth-web.tar.gz - name: Extract reearth/web diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index fff97efe76..7308d4e2b7 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -174,6 +174,7 @@ jobs: - name: Create GitHub release uses: ncipollo/release-action@v1 with: + allowUpdates: true artifacts: ${{ env.ARTIFACT }} artifactContentType: application/gzip commit: ${{ github.event.inputs.sha }} From 4051beddee338fd3ebe11f212e757a034a7b0593 Mon Sep 17 00:00:00 2001 From: Piyush Chauhan <42397980+pyshx@users.noreply.github.com> Date: Fri, 9 Jun 2023 03:51:46 +0530 Subject: [PATCH 3/3] chore(web): update package.json --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 3c59ca95ea..9ba9d4d5ab 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@reearth/web", - "version": "0.16.1", + "version": "0.16.2", "repository": "https://github.com/reearth/reearth.git", "author": "Re:Earth contributors ", "license": "Apache-2.0",