@savvy-web/changelog 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (6) hide show
  1. package/README.md +10 -0
  2. package/index.cjs +80769 -55099
  3. package/index.d.cts +26 -5
  4. package/index.d.ts +26 -5
  5. package/index.js +75700 -47789
  6. package/package.json +3 -2
package/README.md CHANGED
@@ -27,6 +27,16 @@ Reference it as the `changelog` entry in `.changeset/config.json`:
27
27
 
28
28
  `savvy init` from [`@savvy-web/cli`](https://www.npmjs.com/package/@savvy-web/cli) writes this entry automatically, filling in the detected repo slug.
29
29
 
30
+ ## Options
31
+
32
+ The second tuple element configures the generator. `repo` (required) is the `owner/repo` slug used to render pull-request links. `thanks` (optional, default `true`) controls contributor attribution — set it to `false` to strip the `Thanks @user!` credits and the per-version `### Thanks` section; pull-request references stay either way:
33
+
34
+ ```json
35
+ {
36
+ "changelog": ["@savvy-web/changelog", { "repo": "owner/repo", "thanks": false }]
37
+ }
38
+ ```
39
+
30
40
  ## License
31
41
 
32
42
  [MIT](LICENSE)