Skip to content

Commit c7ba525

Browse files
authored
ci: add release-please configuration (#43)
1 parent 83d6122 commit c7ba525

File tree

4 files changed

+25
-11
lines changed

4 files changed

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

.ldrelease/config.yml

Lines changed: 0 additions & 11 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+
".": "1.7.1"
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" : "78c49d919022ec89b41c140930b1178d1973f02a"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)