Skip to content

Commit 7080d25

Browse files
committed
chore: configure changelog format to github in changesets
1 parent 6c8fcac commit 7080d25

File tree

4 files changed

+78
-8
lines changed

4 files changed

+78
-8
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "callstackincubator/react-native-legal" }
6+
],
47
"commit": false,
58
"fixed": [["@ottrelite/*"]],
69
"linked": [],

.changeset/fruity-banks-bet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
'@ottrelite/backend-wrapper-tracy': minor
3-
'@ottrelite/backend-platform': minor
4-
'@ottrelite/interop-otel': minor
5-
'@ottrelite/core': minor
6-
'@ottrelite/instrumentation-react': minor
2+
'@ottrelite/backend-wrapper-tracy': patch
3+
'@ottrelite/backend-platform': patch
4+
'@ottrelite/interop-otel': patch
5+
'@ottrelite/core': patch
6+
'@ottrelite/instrumentation-react': patch
77
---
88

99
Initial release

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"private": true,
33
"devDependencies": {
4+
"@changesets/changelog-github": "^0.5.1",
5+
"@changesets/cli": "^2.29.7",
46
"@commitlint/config-conventional": "^19.8.1",
57
"@commitlint/types": "^19.8.1",
68
"@evilmartians/lefthook": "^1.11.16",
@@ -25,8 +27,7 @@
2527
"react-test-renderer": "19.0.0",
2628
"ts-jest": "^29.4.0",
2729
"turbo": "^1.13.4",
28-
"typescript": "^5.8.3",
29-
"@changesets/cli": "^2.29.7"
30+
"typescript": "^5.8.3"
3031
},
3132
"engines": {
3233
"node": ">=18"

pnpm-lock.yaml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)