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
-[serverless] ref: Add compatible runtime nodejs14.x to building awslambda layer (#3303)
32
+
-[ember] fix: Keep route hook context when performance-wrapping (#3274)
33
+
-[integrations] fix: Normalized Event before caching. (#3305)
34
+
7
35
## 6.2.1
8
36
9
37
-[core] fix: Moves SDK metadata-setting into the `NodeClient/BrowserClient` to protect it from being overwritten by other classes extending `BaseClient` like @sentry/serverless (#3279)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,20 @@ Similar to building and testing, linting can be done in the project root or in i
51
51
52
52
Note: you must run `yarn build` before `yarn lint` will work.
53
53
54
-
## Final Notes
54
+
## Considerations Before Sending Your First PR
55
55
56
-
When contributing to the codebase, please make note of the following:
56
+
When contributing to the codebase, please note:
57
57
58
58
- Non-trivial PRs will not be accepted without tests (see above).
59
59
- Please do not bump version numbers yourself.
60
60
-[`raven-js`](https://github.com/getsentry/sentry-javascript/tree/3.x/packages/raven-js) and [`raven-node`](https://github.com/getsentry/sentry-javascript/tree/3.x/packages/raven-node) are deprecated, and only bug and security fix PRs will be accepted targeting the [3.x branch](https://github.com/getsentry/sentry-javascript/tree/3.x). Any new features and improvements should be to our new SDKs (`browser` and `node`) and the packages (`core`, `hub`, `integrations`, and the like) which support them.
61
+
62
+
## Publishing a Release
63
+
64
+
_These steps are only relevant to Sentry employees when preparing and publishing a new SDK release._
65
+
66
+
1. Determine what version will be released (we use [semver](https://semver.org)).
67
+
2. Update [`CHANGELOG.md`](https://github.com/getsentry/sentry-javascript/edit/master/CHANGELOG.md) to add an entry to the next release number and a list of changes since the last release.
68
+
3. Run the [Prepare Release](https://github.com/getsentry/sentry-javascript/actions/workflows/release.yml) workflow.
69
+
4. A new issue should appear in https://github.com/getsentry/publish/issues.
70
+
5. Ask a member of the [@getsentry/releases team](https://github.com/orgs/getsentry/teams/releases/members) to approve the release.
0 commit comments