Skip to content

Commit f6f2348

Browse files
committed
improve
1 parent 3037fde commit f6f2348

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.cursor/rules/new_module.mdc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,13 @@ Add the necessary documentation to [docs.sentry.io](https://docs.sentry.io):
5959
- For Android modules: Add to Android platform docs, usually in integrations section
6060
- Include installation instructions, configuration options, and usage examples
6161

62-
### 6. Release the SDK
62+
### 6. Post release tasks
6363

64-
After the module is implemented and tested:
64+
Remind the user to perform the following tasks after the module is merged and released:
6565

66-
1. Release the SDK through the normal release process
66+
1. Add the SDK to the Sentry release registry, following the instructions in the [sentry-release-registry README](https://github.com/getsentry/sentry-release-registry#adding-new-sdks)
6767

68-
2. Add the SDK to the Sentry release registry, following the instructions in the [sentry-release-registry README](https://github.com/getsentry/sentry-release-registry#adding-new-sdks).
69-
70-
3. Add the module to `.craft.yml` in the `sdks` section:
68+
2. Add the module to `.craft.yml` in the `sdks` section:
7169
```yaml
7270
sdks:
7371
# ... existing modules ...

0 commit comments

Comments
 (0)