Skip to content

Commit 0b4a7b1

Browse files
authored
chore: Add publish_release command (#17797)
This will enable just executing `/publish_release` within a cursor chat for creating a new release. https://cursor.com/docs/agent/chat/commands πŸ‘€
1 parent 0e19673 commit 0b4a7b1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release Command
2+
3+
Execute the standard Sentry JavaScript SDK release process.
4+
5+
Find the "publishing_release" rule in `.cursor/rules/publishing_release` and follow those complete instructions step by step.

β€Ždocs/publishing-a-release.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ _These steps are only relevant to Sentry employees when preparing and publishing
44

55
These have also been documented via [Cursor Rules](../.cursor/rules/publishing-release.mdc).
66

7+
You can run a pre-configured command in cursor by just typing `/publish_release` into the chat window to automate the steps below.
8+
79
**If you want to release a new SDK for the first time, be sure to follow the
810
[New SDK Release Checklist](./new-sdk-release-checklist.md)**
911

0 commit comments

Comments
Β (0)