From eb17d868531ea19095cb9a3f1b738a0730207981 Mon Sep 17 00:00:00 2001 From: bryce Date: Fri, 15 Dec 2023 12:38:25 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0183470 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# versioned_release + +gitea action for creating a version tag when the `version` value in `package.json` has changed and a tag with the version number does not already exist. \ No newline at end of file