From b02561897f455b2ae1ebc640b74747bec8f6335c Mon Sep 17 00:00:00 2001 From: Arcblock Robot Date: Tue, 24 Nov 2020 19:10:01 +0800 Subject: [PATCH] fix ci --- .makefiles/release.mk | 2 -- CHANGELOG.md | 4 ++++ blocklet.yml | 2 +- package.json | 2 +- version | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.makefiles/release.mk b/.makefiles/release.mk index 1673232..6ec0a17 100644 --- a/.makefiles/release.mk +++ b/.makefiles/release.mk @@ -9,8 +9,6 @@ RELEASE_URL=https://api.github.com/repos/ArcBlock/forge-connect/releases release: @git config --local user.name "zhenqiang" @git config --local user.email "zhenqiang@arcblock.io" - @git remote remove origin - @git remote add origin "https://$(GIT_HUB_TOKEN)@github.com/$(GITHUB_REPOSITORY).git" @git tag -a $(RELEASE_VERSION) -m "Release $(RELEASE_VERSION). Revision is: $(GIT_VERSION)" | true @git push origin $(RELEASE_VERSION) | true diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c8f16..847a15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.5 (November 24, 2020) + + + ## 1.1.4 (November 24, 2020) diff --git a/blocklet.yml b/blocklet.yml index afec0b7..7f5aa52 100644 --- a/blocklet.yml +++ b/blocklet.yml @@ -1,6 +1,6 @@ name: static-demo-blocklet title: Static Demo -version: 1.1.4 +version: 1.1.5 description: Demo blocklet that shows how to serve a static html5 game with ABT Node files: - app/ diff --git a/package.json b/package.json index ae68b2d..5ba856e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.4", + "version": "1.1.5", "description": "Demo blocklet that shows how to serve a static html5 game with ABT Node", "files": [ "app/", diff --git a/version b/version index 65087b4..e25d8d9 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.4 +1.1.5