From 69336b4832673287813d203fefdff2f73c85f81b Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 14 Feb 2022 17:47:52 +0530 Subject: [PATCH] build: rename release command to 'release package' (#4783) --- .github/workflows/autorelease-preview.yml | 4 ++-- src/packages/excalidraw/README_NEXT.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autorelease-preview.yml b/.github/workflows/autorelease-preview.yml index c471e574..65c6a09e 100644 --- a/.github/workflows/autorelease-preview.yml +++ b/.github/workflows/autorelease-preview.yml @@ -6,10 +6,10 @@ on: jobs: Auto-release-excalidraw-preview: name: Auto release preview - if: github.event.comment.body == '@excalibot trigger release' && github.event.issue.pull_request + if: github.event.comment.body == '@excalibot release package' && github.event.issue.pull_request runs-on: ubuntu-latest steps: - - name: React to trigger comment + - name: React to release comment uses: peter-evans/create-or-update-comment@v1 with: token: ${{ secrets.PUSH_TRANSLATIONS_COVERAGE_PAT }} diff --git a/src/packages/excalidraw/README_NEXT.md b/src/packages/excalidraw/README_NEXT.md index 7d84a80c..bb68306d 100644 --- a/src/packages/excalidraw/README_NEXT.md +++ b/src/packages/excalidraw/README_NEXT.md @@ -1067,7 +1067,7 @@ The example is same as the [codesandbox example](https://ehlz3.csb.app/) You can create a test release by posting the below comment in your pull request ``` -@excalibot trigger release +@excalibot release package ``` Once the version is released `@excalibot` will post a comment with the release version.