Skip to content

Commit

Permalink
ci: add release-please configuration (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld authored Aug 20, 2024
1 parent 83d6122 commit c7ba525
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run Release Please

on:
push:
branches:
- main
workflow_dispatch:

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
11 changes: 0 additions & 11 deletions .ldrelease/config.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.7.1"
}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"packages" : {
"." : {
"release-type" : "go",
"versioning" : "default",
"bootstrap-sha" : "78c49d919022ec89b41c140930b1178d1973f02a"
}
}
}

0 comments on commit c7ba525

Please sign in to comment.