From c86980ec1b45b1c5b198287778a47b86e2a04c30 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Fri, 3 Apr 2020 00:29:42 -0500 Subject: [PATCH] Changed description to meet Github length guidelines. --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 01e0c90..a8e9048 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "Autotagger" -description: "Automatically generate new tags for new versions. Supports several tagging strategies, including package.json, Dockerfiles, and Regex." +description: "Automatically generate new tags for new versions. Supports several tagging strategies." author: "Butler Logic" branding: icon: "tag" diff --git a/package.json b/package.json index 4b61073..f622d30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-autotag-test", - "version": "1.0.0", + "version": "1.1.0", "description": "This is a test file for the action.", "main": "index.js", "dependencies": {},