Skip to content

Commit

Permalink
ci: add release-please support (#32)
Browse files Browse the repository at this point in the history
Adds release-please config, removes releaser config.
  • Loading branch information
cwaldren-ld authored Oct 18, 2024
1 parent e12fc41 commit 6f6abd7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Run Release Please

on:
push:
branches:
- v3
workflow_dispatch:

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
target-branch: v3
23 changes: 0 additions & 23 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 @@
{
".": "3.1.0"
}
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" : "e12fc411b5101866b93c9ebb306483a48438c6dc"
}
}
}

0 comments on commit 6f6abd7

Please sign in to comment.