Skip to content

Commit

Permalink
OPS -- Use Github changelog formatter (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarry authored May 3, 2022
1 parent 91bfadb commit 7d45a9a
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.7.0/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": ["@changesets/changelog-github", {"repo": "onflow/fcl-js"}],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
129 changes: 129 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"name": "fcl-js",
"dependencies": {
"@changesets/cli": "^2.21.1"
"@changesets/cli": "^2.21.1",
"@changesets/changelog-github": "^0.4.4"
}
}

0 comments on commit 7d45a9a

Please sign in to comment.