From 6ecac5a4b9eb10c5d4044f19a4857066a17eac49 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Mon, 2 Sep 2019 18:51:13 -0500 Subject: [PATCH] WIP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec4ba68..078f107 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Autotag -This action will read a `package.json` file found in the project root +This action will read a `package.json` file and compare the `version` attribute to the project's known tags. If a corresponding tag does not exist, it will be created. ## Usage