Skip to content

Commit

Permalink
fix: check in changeset config file
Browse files Browse the repository at this point in the history
  • Loading branch information
smiley-uriux committed Sep 23, 2022
1 parent 3008e6f commit 7e046d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# compiled output
/dist
/node_modules
config.json
.env
cdk.out
cdk.context.json

# Logs
logs
Expand Down Expand Up @@ -34,4 +31,4 @@ coverage
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

0 comments on commit 7e046d2

Please sign in to comment.