From 9424a4891cd19711218acb987c10374eb3c5150e Mon Sep 17 00:00:00 2001 From: Jason YI Date: Sat, 7 Oct 2023 10:59:19 +0800 Subject: [PATCH 1/2] fix: pipeline --- .github/workflows/release.yaml | 6 ------ .releaserc.yml | 4 +--- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b1aee96..4ff31c4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,12 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} - - name: Build discv4-crawl - if: steps.semantic.outputs.new_release_version != '' - run: make build - env: - VERSION: ${{ steps.semantic.outputs.new_release_version }} - - name: Set up Docker Buildx if: steps.semantic.outputs.new_release_version != '' uses: docker/setup-buildx-action@v2 diff --git a/.releaserc.yml b/.releaserc.yml index ff70057..0172d1b 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -1,8 +1,6 @@ branches: - main - - name: beta-* - prerelease: true - - name: alpha-* + - name: release-* prerelease: true plugins: - "@semantic-release/commit-analyzer" From b55d119e5916b474e440c9f71f15f557f07b1f46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Oct 2023 03:03:44 +0000 Subject: [PATCH 2/2] chore(release): 1.0.0-release-docker-image.1 [skip ci] # 1.0.0-release-docker-image.1 (2023-10-07) ### Bug Fixes * pipeline ([9424a48](https://github.com/consensys-vertical-apps/discv4-crawl/commit/9424a4891cd19711218acb987c10374eb3c5150e)) ### Features * add pipeline ([022d486](https://github.com/consensys-vertical-apps/discv4-crawl/commit/022d48602a77ad0bf4b30fd9fdc698428cc95fa2)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4a1bbf6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 1.0.0-release-docker-image.1 (2023-10-07) + + +### Bug Fixes + +* pipeline ([9424a48](https://github.com/consensys-vertical-apps/discv4-crawl/commit/9424a4891cd19711218acb987c10374eb3c5150e)) + + +### Features + +* add pipeline ([022d486](https://github.com/consensys-vertical-apps/discv4-crawl/commit/022d48602a77ad0bf4b30fd9fdc698428cc95fa2))