From 11d883098b13a686b275c56890eadf8810457f71 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 12 Jun 2025 13:58:00 +0200 Subject: [PATCH] chore(repo): Add cursor rule for releasing --- .rules/release.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .rules/release.md diff --git a/.rules/release.md b/.rules/release.md new file mode 100644 index 000000000000..205253260420 --- /dev/null +++ b/.rules/release.md @@ -0,0 +1,8 @@ +When I ask you to create a release, do the following: + +- Follow the `../docs/publishing-a-release.md` markdown file to the letter! +- DO NOT finish early or deviate from the steps. Keep the branch name in mind. +- Make sure to publish a new minor version if the release includes any user-facing features. Dependency bumps are usually not a semver-feature but make sure to read the commit message of the respective commit to ensure this is not a user-facing feature. +- Read commit messages of the respective commits for any important changes +- Feel free to call out important changes right away. +- Use the `gh` CLI to then create a PR against `master`. Leave the PR description empty.