Skip to content

Commit

Permalink
ci: Update release please configuration for v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Dec 18, 2023
1 parent 94de398 commit db6f4ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-please-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
steps:
- uses: google-github-actions/[email protected]
id: release-please
with:
release-type: go
package-name: mindthegap
pull-request-title-pattern: "build${scope}: release${component} ${version}"
changelog-notes-type: github

- if: ${{ steps.release-please.outputs.release_created }}
name: Run release workflow
Expand Down
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.12.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",
"pull-request-title-pattern": "build${scope}: release${component} ${version}",
"changelog-type": "github"
}
}
}

0 comments on commit db6f4ac

Please sign in to comment.