From f302427442d4db4706a681004dd24d5873413bfb Mon Sep 17 00:00:00 2001 From: Andrew Oberstar Date: Sun, 14 Aug 2022 00:41:15 -0500 Subject: [PATCH] Remove "experimental" note about commit message scope calc --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5432ab9..9b5f4ac 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,6 @@ Reckoned version 1.3.0-milestone.1 #### Reading scope from commit messages -**NOTE:** This is considered somewhat experimental as of 0.16.0. - If you want the scope to inferred in a more automated way, consider making use of a commit message convention. This sections describes the out-of-the-box convention supported by Reckon. Others are possible by customizing the `scopeCalc` further. If your `scopeCalc` includes `calcScopeFromCommitMessages()`, the commit messages between your "base normal" (previous final release) and the current `HEAD` are parsed for SemVer indicators.