mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Compare commits
3 Commits
v10.8.0
...
sidv/fixAp
Author | SHA1 | Date | |
---|---|---|---|
![]() |
06bf09d5eb | ||
![]() |
2218491eb5 | ||
![]() |
3fe7e2dfe8 |
11
.github/workflows/e2e-applitools.yml
vendored
11
.github/workflows/e2e-applitools.yml
vendored
@@ -40,17 +40,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: '.node-version'
|
node-version-file: '.node-version'
|
||||||
|
|
||||||
- if: ${{ env.USE_APPLI }}
|
|
||||||
name: Notify applitools of new batch
|
|
||||||
# Copied from docs https://applitools.com/docs/topics/integrations/github-integration-ci-setup.html
|
|
||||||
run: curl -L -d '' -X POST "$APPLITOOLS_SERVER_URL/api/externals/github/push?apiKey=$APPLITOOLS_API_KEY&CommitSha=$GITHUB_SHA&BranchName=${APPLITOOLS_BRANCH}$&ParentBranchName=$APPLITOOLS_PARENT_BRANCH"
|
|
||||||
env:
|
|
||||||
# e.g. mermaid-js/mermaid/my-branch
|
|
||||||
APPLITOOLS_BRANCH: ${{ github.repository }}/${{ github.ref_name }}
|
|
||||||
APPLITOOLS_PARENT_BRANCH: ${{ github.event.inputs.parent_branch }}
|
|
||||||
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
|
|
||||||
APPLITOOLS_SERVER_URL: 'https://eyesapi.applitools.com'
|
|
||||||
|
|
||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v4
|
uses: cypress-io/github-action@v4
|
||||||
id: cypress
|
id: cypress
|
||||||
|
@@ -372,7 +372,7 @@ Likewise, if users don't know that there is a new feature that you've implemente
|
|||||||
The documentation has to be updated for users to know that things have been changed and added!
|
The documentation has to be updated for users to know that things have been changed and added!
|
||||||
If you are adding a new feature, add `(v10.8.0+)` in the title or description. It will be replaced automatically with the current version number when the release happens.
|
If you are adding a new feature, add `(v10.8.0+)` in the title or description. It will be replaced automatically with the current version number when the release happens.
|
||||||
|
|
||||||
eg: `# Feature Name (v<MERMAID_RELEASE_VERSION>+)`
|
eg: `# Feature Name (v10.8.0+)`
|
||||||
|
|
||||||
We know it can sometimes be hard to code _and_ write user documentation.
|
We know it can sometimes be hard to code _and_ write user documentation.
|
||||||
|
|
||||||
|
@@ -373,7 +373,7 @@ Likewise, if users don't know that there is a new feature that you've implemente
|
|||||||
The documentation has to be updated for users to know that things have been changed and added!
|
The documentation has to be updated for users to know that things have been changed and added!
|
||||||
If you are adding a new feature, add `(v10.8.0+)` in the title or description. It will be replaced automatically with the current version number when the release happens.
|
If you are adding a new feature, add `(v10.8.0+)` in the title or description. It will be replaced automatically with the current version number when the release happens.
|
||||||
|
|
||||||
eg: `# Feature Name (v<MERMAID_RELEASE_VERSION>+)`
|
eg: `# Feature Name (v10.8.0+)`
|
||||||
|
|
||||||
We know it can sometimes be hard to code _and_ write user documentation.
|
We know it can sometimes be hard to code _and_ write user documentation.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user