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": {},