Skip to content

Commit

Permalink
Update words
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Lambert <[email protected]>
  • Loading branch information
Zidious and straker authored Oct 10, 2023
1 parent 2eea1d3 commit 63aa2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-release-candidate-v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A GitHub Action to create a release candidate.
| `token` | Yes | A GitHub token used for octokit and GH CLI with the required permissions | NA |
| `base` | Yes | The branch the pull request will be merged into | NA |
| `head` | Yes | The branch that contains the changes the pull request is trying to merge | NA |
| `release-script-path` | Yes | The location of the `prepare_release.sh` shell script that creates the changelogs and version bumps | NA |
| `release-script-path` | Yes | The path to the script that creates the changelogs and bumps the version of the package(s) | NA |
| `slack-webhook` | Yes | The Slack webhook to send the release candidate notification to | NA |
| `version-locked` | No | Whether or not the version should be locked to axe-core | `false` |
| `docs-repo` | No | The name of the repo where the release notes live | `null` |
Expand Down

0 comments on commit 63aa2d5

Please sign in to comment.