Skip to content

Commit

Permalink
Merge pull request #46 from nabeken/release-please
Browse files Browse the repository at this point in the history
ci(actions): enable release-please
  • Loading branch information
nabeken authored Sep 7, 2023
2 parents cdcacb8 + 91205f3 commit ac204e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"github>nabeken/renovate-config-oss:recommended",
"github>nabeken/renovate-config-oss:groupGoVersionUpgrade",
"github>nabeken/renovate-config-oss:githubLocalActionsDefaultVersions",
"github>nabeken/renovate-config-oss:semanticCommitsFixDeps",
"github>nabeken/renovate-config-oss:groupGithubActions"
],

Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: release-please

on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3
with:
release-type: go
package-name: go-github-apps

0 comments on commit ac204e9

Please sign in to comment.