From ff6819c7dadeb487cf5da4db2e8d08230e16b92a Mon Sep 17 00:00:00 2001 From: Young Yu Date: Tue, 16 Jan 2024 17:47:15 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf0c20e..4b8b9c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,4 +48,4 @@ The overall pipeline workflow is: 6. Publish new package version to NPM (only on push). The actual step within the workflow that performs this is only run if there were code changes detected. 7. Create release and tag on GitHub (only on push). The actual step within the workflow that performs this is only run if there were code changes detected. -> :warning: Thus, markdown file changes will need to be manually published to NPM. The release and tags on GitHub will need to be manually created as well. +> :warning: Thus, markdown file changes will need to be manually published to NPM. The release and tags for such changes on GitHub will need to be manually created as well.