From 2d63adf592a675579215b78b5bcb8089f84f7e1e Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Fri, 1 May 2026 17:55:33 +0200 Subject: [PATCH] docs: add release title examples Add concise release title examples in README to make semantic release behavior easier to validate. Co-authored-by: Cursor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a914ad..9e6d039 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,12 @@ Automatic semver bump rules are based on merged PR title/body: PRs with other prefixes do not trigger a release. +Release title examples: + +- `fix: correct feed follow pagination` +- `feat: add campaign query helper` +- `feat!: drop deprecated moderation endpoint` + ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).