Skip to content

Commit 25425bf

Browse files
authored
feat: add release-please configuration and manifest with initial version 0.0.1 (#85)
Signed-off-by: Janek Łukaszewicz <janluk@google.com>
1 parent 3afca14 commit 25425bf

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json",
3+
".": "0.0.1"
4+
}

release-please-config.json

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

0 commit comments

Comments
 (0)