From d38d26d8fb50db8145d205006b9bbbc15d236e95 Mon Sep 17 00:00:00 2001 From: Ryota Ushio <72342591+RyotaUshio@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:26:06 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a05fd..e725e08 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a modified version of https://github.com/obsidianmd/obsidian-sample-plug - `*.ts` files are put in the `src` directory - The plugin class definition and settings-related code are separated into `main.ts` and `settings.ts` -- Release GitHub action is already there +- [Release GitHub action](https://docs.obsidian.md/Plugins/Releasing/Release+your+plugin+with+GitHub+Actions) is already there - Don't forget to go to `Settings > Actions > General > Workflow permissions` and turn on `Read and write permissions` - The default branch has been renamed `main`