Skip to content

Commit

Permalink
chore: add release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 24, 2022
1 parent 1e84102 commit 69b3893
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
!/test/
!/workspaces/

!/.release-please-manifest.json
!/release-please-config.json
!/.eslintrc.js
!/.eslintrc.local.json
!/.gitattributes
Expand Down
14 changes: 14 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"workspaces/arborist": "5.6.0",
"workspaces/libnpmaccess": "6.0.3",
"workspaces/libnpmdiff": "4.0.4",
"workspaces/libnpmexec": "4.0.11",
"workspaces/libnpmfund": "3.0.2",
"workspaces/libnpmhook": "8.0.3",
"workspaces/libnpmorg": "4.0.3",
"workspaces/libnpmpack": "4.1.2",
"workspaces/libnpmpublish": "6.0.4",
"workspaces/libnpmsearch": "5.0.3",
"workspaces/libnpmteam": "4.0.3",
"workspaces/libnpmversion": "3.0.6"
}
24 changes: 24 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"separate-pull-requests": true,
"changelog-sections": [
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
],
"packages": {
"workspaces/arborist": {},
"workspaces/libnpmaccess": {},
"workspaces/libnpmdiff": {},
"workspaces/libnpmexec": {},
"workspaces/libnpmfund": {},
"workspaces/libnpmhook": {},
"workspaces/libnpmorg": {},
"workspaces/libnpmpack": {},
"workspaces/libnpmpublish": {},
"workspaces/libnpmsearch": {},
"workspaces/libnpmteam": {},
"workspaces/libnpmversion": {}
}
}

0 comments on commit 69b3893

Please sign in to comment.