This commit is contained in:
Corey Butler 2019-09-02 18:51:13 -05:00
parent 50354d2a7f
commit 6ecac5a4b9

View File

@ -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