From 9226cf25694a57954a63b1b8c4a2f3f7796fd7be Mon Sep 17 00:00:00 2001 From: ergofriend Date: Sun, 21 May 2023 01:12:58 +0900 Subject: [PATCH] add how to publish --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4c85e9..594f137 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,11 @@ # Contribution +## Publish + +1. Run [Auto Bump Version](https://github.com/ergofriend/remix-auth-twitch/actions/workflows/auto-bump.yml) + +2. [New release ยท ergofriend/remix-auth-twitch](https://github.com/ergofriend/remix-auth-twitch/releases/new) + ## Setup Run `npm install` to install the dependencies.