Skip to content

Commit 6f6abd7

Browse files
authored
ci: add release-please support (#32)
Adds release-please config, removes releaser config.
1 parent e12fc41 commit 6f6abd7

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Run Release Please
2+
3+
on:
4+
push:
5+
branches:
6+
- v3
7+
workflow_dispatch:
8+
9+
jobs:
10+
release-please:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: googleapis/release-please-action@v4
14+
with:
15+
target-branch: v3

.ldrelease/config.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.release-please-manifest.json

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

release-please-config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"packages" : {
3+
"." : {
4+
"release-type" : "go",
5+
"versioning" : "default",
6+
"bootstrap-sha" : "e12fc411b5101866b93c9ebb306483a48438c6dc"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)