File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ The above commit message will contain:
9999 that it's a breaking change.
1001003 . an entry for the feature ** "update encode to support unicode"** .
101101
102- > :warning : ** Important:** The additional messages must be added to the bottom of the commit.
102+ :warning : ** Important:** The additional messages must be added to the bottom of the commit.
103103
104104## How do I change the version number?
105105
@@ -133,6 +133,10 @@ END_COMMIT_OVERRIDE
133133The next time Release Please runs, it will use that override section as the
134134commit message instead of the merged commit message.
135135
136+ :warning : ** Important:** This feature will not work with plain merges because
137+ release-please does not know which commit(s) to apply the override to. [ We
138+ recommend using squash-merge instead] ( #linear-git-commit-history-use-squash-merge ) .
139+
136140## Release Please bot does not create a release PR. Why?
137141
138142Release Please creates a release pull request after it notices the default branch
You can’t perform that action at this time.
0 commit comments