Skip to content

Commit be640de

Browse files
authored
chore(docs): Add publishConfig to release checklist (#6934)
1 parent d984d7a commit be640de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/new-sdk-release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When you’re ready to make the first release, there are a couple of steps that
5252

5353
### Before the Release:
5454

55-
- [ ] 1) If not yet done, be sure to remove the `private: true` property from your SDK’s `package.json`
55+
- [ ] 1) If not yet done, be sure to remove the `private: true` property from your SDK’s `package.json`. Additionally, ensure that `"publishConfig": {"access": "public"}` is set.
5656
- [ ] 2) Make sure that the new SDK is **not added** in`[craft.yml](https://github.com/getsentry/sentry-javascript/blob/master/.craft.yml)` as a target for the **Sentry release registry**\
5757
*Once this is added, craft will try to publish an entry in the next release which does not work and caused failed release runs in the past*
5858
- [ ] 3) Make sure the new SDK is not excluded from the github & npm targets in `.craft.yml`

0 commit comments

Comments
 (0)