Skip to content

Commit 3c767a7

Browse files
cimninebenmccann
andcommitted
Add changeset
Co-authored-by: Ben McCann <[email protected]>
1 parent 0777b0f commit 3c767a7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/popular-cats-own.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@sveltejs/adapter-cloudflare-workers': minor
3+
'@sveltejs/adapter-cloudflare': minor
4+
---
5+
6+
feat: adds an `external` option to specify packages that should not be bundled as part of the build such as those provided by Node.js

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
- [ ] Run the tests with `pnpm test` and lint the project with `pnpm lint` and `pnpm check`
88

99
### Changesets
10-
- [ ] If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running `pnpm changeset` and following the prompts. Changesets that add features should be `minor` and those that fix bugs should be `patch`. Please prefix changeset messages with `feat:`, `fix:`, or `chore:`.
10+
- [ ] Run `pnpm changeset` for user-visible changes and follow the prompts. Changeset messages should generally be prefixed with `feat:` or `fix:`. PRs can also be prefixed with `chore:` or `docs:`, which typically won't require a changeset as they're not user-visible.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ git config core.hookspath .githooks
114114

115115
### Generating changelogs
116116

117-
For changes to be reflected in package changelogs, run `pnpm changeset` and follow the prompts.
117+
Run `pnpm changeset` for user-visible changes and follow the prompts. Changeset messages should generally be prefixed with `feat:` or `fix:`. PRs can also be prefixed with `chore:` or `docs:`, which typically won't require a changeset as they're not user-visible.
118118

119119
## Releases
120120

0 commit comments

Comments
 (0)