Skip to content

Commit

Permalink
Merge pull request #11 from vivid-planet/add-changeset-and-pull-reque…
Browse files Browse the repository at this point in the history
…st-template

add changeset and pull request template
  • Loading branch information
raphaelblum authored Jan 23, 2024
2 parents 611b22e + bc54768 commit 55acbd7
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["@comet/*"]],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["comet-brevo-module-demo-api", "comet-brevo-module-demo-admin", "comet-brevo-module-demo-site"],
"snapshot": {
"useCalculatedVersion": true
}
}
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [ ] Add changeset (if necessary)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"@comet/dev-process-manager": "^2.0.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^18.0.0",
"dotenv-cli": "^6.0.0",
"husky": "^7.0.1",
Expand Down
Loading

0 comments on commit 55acbd7

Please sign in to comment.