From f21d181a8ba442dd9bc52ab29fa1201b88e8b653 Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Wed, 22 Jul 2020 19:47:54 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3323e..6c4e26a 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,5 @@ $ ./increment_version.sh -Mmp 2.3.4 ## TODO -Ideally this could be done as JS or something, its kind of annoying having every action build this docker image every run. granted theres sometimes caching but the run time of building this docker image could add up on private repos where actions aren't free. ideally it just runs with no build since thats all its doing + - Ideally this could be done as JS or something, its kind of annoying having every action build this docker image every run. granted theres sometimes caching but the run time of building this docker image could add up on private repos where actions aren't free. ideally it just runs with no build since thats all its doing + - Add Docs for common use cases, should be clear (like a new release) since I already do it elsewhere