From 010fda07b6668a909bc8982195e4220b65155a8b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 3 Jul 2020 03:09:13 +0200 Subject: [PATCH] Add notes on how to publish a new version --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 22a04e7..d4a6bb1 100644 --- a/README.md +++ b/README.md @@ -115,3 +115,14 @@ jobs: overwrite: true file_glob: true ``` + +## Releasing + +To release this Action: + +- Bump version in `package.json` +- npm run all +- git commit -am +- git tag -sm +- git push --follow-tags +- Go to https://github.com/svenstaro/upload-release-action/releases and publish the new version