build: rename release command to 'release package' (#4783)
This commit is contained in:
parent
32b677fb8a
commit
69336b4832
4
.github/workflows/autorelease-preview.yml
vendored
4
.github/workflows/autorelease-preview.yml
vendored
@ -6,10 +6,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Auto-release-excalidraw-preview:
|
Auto-release-excalidraw-preview:
|
||||||
name: Auto release 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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: React to trigger comment
|
- name: React to release comment
|
||||||
uses: peter-evans/create-or-update-comment@v1
|
uses: peter-evans/create-or-update-comment@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PUSH_TRANSLATIONS_COVERAGE_PAT }}
|
token: ${{ secrets.PUSH_TRANSLATIONS_COVERAGE_PAT }}
|
||||||
|
@ -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
|
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.
|
Once the version is released `@excalibot` will post a comment with the release version.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user