You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] 3. Add a `registry` target in `craft.yml` for the new package.
84
+
For new packages, Craft will automatically create the required directory structure and initial manifest in the Sentry Release Registry ([Craft Docs](https://craft.sentry.dev/targets/registry/#creating-new-packages)).
- [ ] 4. Check that the package was in fact published to NPM
94
-
- [ ] 5. Add the new SDK to the [Sentry Release Registry](https://github.com/getsentry/sentry-release-registry) \
95
-
Instructions on how to do this can be found [here](https://github.com/getsentry/sentry-release-registry#adding-new-sdks)
96
-
\
97
-
You have to fork this repo and PR the files from your fork to the main repo \
98
-
[Example PR](https://github.com/getsentry/sentry-release-registry/pull/80) from the Svelte SDK
99
-
100
-
- [ ] 2. Add an entry to [craft.yml](https://github.com/getsentry/sentry-javascript/blob/develop/.craft.yml) to add
101
-
releases of your SDK to the Sentry release registry \
102
-
[Example PR](https://github.com/getsentry/sentry-javascript/pull/5547) from the Svelte SDK \
103
-
_Subsequent releases will now be added automatically to the registry_
96
+
- [ ] 1. Check that the package was in fact published to NPM
97
+
- [ ] 2. Check that the SDK is added to the Sentry Release Registry [npm packages](https://github.com/getsentry/sentry-release-registry/tree/master/packages/npm/%40sentry) and [SDK symlinks](https://github.com/getsentry/sentry-release-registry/tree/master/sdks)
98
+
- [ ] 3. In case the package is missing anywhere, add the missing content. Instructions on how to do this can be found [here](https://github.com/getsentry/sentry-release-registry#adding-new-sdks)
99
+
[Example PR](https://github.com/getsentry/sentry-release-registry/pull/80) from the Svelte SDK.
0 commit comments