From e5ba6d1f9f758821e83e98825e37ceb63a4cb96e Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Feb 2020 10:02:45 -0600 Subject: [PATCH] Added Autotag Action The autotag action is a utility that automatically generates a git tag when a new version is recognized. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3145d71..130b6fe 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) - [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files. - [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files. +- [Autotag](https://github.com/butlerlogic/action-autotag) - Automatically generate a new tag when the manifest file (i.e. `package.json`) version changes. #### Environments