diff --git a/.cursor/commands/publish_release.md b/.cursor/commands/publish_release.md new file mode 100644 index 000000000000..5d1477992dfb --- /dev/null +++ b/.cursor/commands/publish_release.md @@ -0,0 +1,5 @@ +# Release Command + +Execute the standard Sentry JavaScript SDK release process. + +Find the "publishing_release" rule in `.cursor/rules/publishing_release` and follow those complete instructions step by step. diff --git a/docs/publishing-a-release.md b/docs/publishing-a-release.md index 810b180c3ba9..79053f4ef7ee 100644 --- a/docs/publishing-a-release.md +++ b/docs/publishing-a-release.md @@ -4,6 +4,8 @@ _These steps are only relevant to Sentry employees when preparing and publishing These have also been documented via [Cursor Rules](../.cursor/rules/publishing-release.mdc). +You can run a pre-configured command in cursor by just typing `/publish_release` into the chat window to automate the steps below. + **If you want to release a new SDK for the first time, be sure to follow the [New SDK Release Checklist](./new-sdk-release-checklist.md)**