Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ recommend using squash-merge instead](#linear-git-commit-history-use-squash-merg
Release Please creates a release pull request after it notices the default branch
contains "releasable units" since the last release.
A releasable unit is a commit to the branch with one of the following
prefixes: "feat", "fix", and "deps".
prefixes: "feat", "fix", "perf", and "revert".
(A "chore" or "build" commit is not a releasable unit.)

Some languages have their specific releasable unit configuration. For example,
"docs" is a prefix for releasable units in Java and Python.
"deps" and "docs" is a prefix for releasable units in Java and Python.

### Step 2: Ensure no `autorelease: pending` or `autorelease: triggered` label in an old PR

Expand Down
Loading