Skip to content

Commit 39c2694

Browse files
authored
meta: Update changelog for 3.6.0 (#760)
1 parent 33a18f9 commit 39c2694

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ yarn-error.log
77
*.tgz
88

99
.nxcache
10-
packages/**/yarn.lock
10+
packages/**/yarn.lock
11+
12+
.DS_Store

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott
66

7-
Work in this release was contributed by @thecodewarrior. Thank you for your contribution!
7+
## 3.6.0
8+
9+
- feat(core): Don't add `debugIdUploadPlugin` when sourcemaps option is disabled ([#753](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/753))
10+
- fix(core): Avoid showing success message if upload was disabled or nothing was uploaded ([#757](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/757))
811

912
## 3.5.0
1013

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ _These steps are only relevant to Sentry employees when preparing and publishing
8181
### Updating the Changelog
8282

8383
1. Create a new branch.
84-
2. Run `git log --format="- %s"` and copy everything since the last release.
84+
2. Run `yarn changelog` and copy all commits in the list.
8585
3. Create a new section in the changelog, deciding based on the changes whether it should be a minor bump or a patch release.
86-
4. Paste in the logs you copied earlier.
86+
4. Paste in the commits you copied earlier.
8787
5. Delete any which aren't user-facing changes.
8888
6. Alphabetize the rest.
8989
7. If any of the PRs are from external contributors, include underneath the commits `Work in this release contributed by <list of external contributors' GitHub usernames>. Thank you for your contributions!`. If there's only one external PR, don't forget to remove the final `s`. If there are three or more, use an Oxford comma. (It's in the Sentry styleguide!)
90-
8. Commit, push, and open a PR with the title `meta: Update changelog for <fill in relevant version here>`.
90+
8. Commit, push, and open a PR against `main` with the title `meta: Update changelog for <fill in relevant version here>`.

0 commit comments

Comments
 (0)