File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,21 @@ passes of review and changes.
156156Once the reviewer approves your pull request, a friendly bot picks it up
157157and merges it into the SWC `main` branch.
158158
159+ SWC uses changeset for changelog management with a bit of custom logic.
160+ A changeset for SWC looks like this:
161+
162+ ```markdown
163+ ---
164+ swc_core: patch
165+ swc_ecma_transforms_base: patch
166+ ---
167+
168+ fix(es/renamer): Check `preserved` in normal renaming mode
169+ ```
170+
171+ You need to list the `crate names: patch | minor | major` in the front matter (`---` section).
172+ If you are not sure, you can skip it and the maintainer will help you.
173+
159174## Contributing to the documentation
160175
161176The SWC documentation can be found at [`swc-project/website`](https://github.com/swc-project/website/tree/main/pages/docs).
You can’t perform that action at this time.
0 commit comments