File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The following labels will inform the action what kind of release to create:
2626 - ` patch `
2727 - ` fix `
2828
29- When a pull request is closed, the action will create a release based on the labels and clean up any previous prereleases that was created.
29+ When a pull request is closed, the action will create a release based on the labels and clean up any previous prereleases that were created.
3030
3131> [ !NOTE]
3232> The labels can be configured using the ` MajorLabels ` , ` MinorLabels ` and ` PatchLabels ` parameters/settings in the configuration file to trigger
@@ -65,7 +65,7 @@ The action can be configured using the following settings:
6565
6666The configuration file is a YAML file that can be used to configure the action.
6767By default, the configuration file is expected at ` .github\auto-release.yml ` , which can be changed using the ` ConfigurationFile ` setting.
68- The actions configuration can be change by altering the settings in the configuration file.
68+ The action's configuration can be changed by altering the settings in the configuration file.
6969
7070``` yaml
7171DatePrereleaseFormat : ' yyyyMMddHHmm'
@@ -77,7 +77,7 @@ This example uses the date format for the prerelease, disables the incremental p
7777
7878## Example
7979
80- Add a workflow in you repository using the following example:
80+ Add a workflow in your repository using the following example:
8181
8282` ` ` yaml
8383name : Release-GHRepository
You can’t perform that action at this time.
0 commit comments