Skip to content

Commit a115db2

Browse files
authored
ci(release): bootstrap release-please from v1.7.21 (#637)
Co-authored-by: Omer Cohen <omercnet@users.noreply.github.com>
1 parent 29231c6 commit a115db2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.7.21"
3+
}

release-please-config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {
5+
"release-type": "node",
6+
"package-name": "@descope/node-sdk",
7+
"changelog-path": "CHANGELOG.md",
8+
"bump-minor-pre-major": true,
9+
"bump-patch-for-minor-pre-major": true
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)