From 2dd8bdf99049863f0f0aa1b2ec4dc64b92313fa4 Mon Sep 17 00:00:00 2001 From: Will Hyde Date: Mon, 20 Mar 2023 11:52:45 -0500 Subject: [PATCH] fix: updating readme for more CI options --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e4f496..124ce82 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,5 @@ Release tagging and publishing is now done through a CircleCi integration. - By including "feat()" as the title of your pull request or commit message it will trigger a feature/minor release - By including "BREAKING CHANGE" as the title of your pull request or commit message it will trigger a major release + +- You may skip a release by including [skip ci] in the commit message