Skip to content

Commit

Permalink
migrate to @changesets/changelog-github for having 'thank you @\user' (
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz authored Jul 6, 2023
1 parent a041c49 commit e282d3c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{ "repo": "Schniz/fnm" }
],
"changelog": ["@changesets/changelog-github", { "repo": "Schniz/fnm" }],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@svitejs/changesets-changelog-github-compact": "1.1.0",
"@changesets/changelog-github": "0.4.8",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/shell-escape": "^0.2.1",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit e282d3c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

benchmark current value last value diff trend
fnm_basic/median 8.26ms 7.11ms +1.15ms

fnm_basic/max 14ms 9.98ms +4.03ms

fnm_basic/mean 8.45ms 7.15ms +1.3ms

fnm_basic/min 6.99ms 6.85ms +0.13ms

fnm_basic/stddev 0.8ms 0.23ms +0.57ms

binary size 7072kb 7072kb 0

Please sign in to comment.