File tree 1 file changed +15
-0
lines changed
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.
156
156
Once the reviewer approves your pull request, a friendly bot picks it up
157
157
and merges it into the SWC `main` branch.
158
158
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
+
159
174
## Contributing to the documentation
160
175
161
176
The 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