From c8129b91ae75496d6e3bb7ece6a39ba9ceda3ebd Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Thu, 19 Sep 2019 12:53:54 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 275045d..3bd43f5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ There are several options to customize how the tag is created. 1. `package_root` - By default, autotag will look for the `package.json` file in the project root. If the file is located in a subdirectory, this option an be used to point to the correct file. + By default, autotag will look for the `package.json` file in the project root. If the file is located in a subdirectory, this option can be used to point to the correct file. ```yaml - uses: butlerlogic/action-autotag@1.0.0 @@ -87,7 +87,7 @@ There are several options to customize how the tag is created. 1. `tag_message` This is the annotated commit message associated with the tag. By default, a - changelog will be generated from the commits between the latest tag and the new tag (HEAD). This will override that with a hard-coded message. + changelog will be generated from the commits between the latest tag and the new tag (HEAD). Setting this option will override it witha custom message. ```yaml - uses: butlerlogic/action-autotag@1.0.0