Skip to content

Commit

Permalink
fix(ci): add release-please config and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Jan 6, 2025
1 parent bf1529e commit f5ba0e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
github-release:
needs: semantic-release
uses: statnett/github-workflows/.github/workflows/release-please.yaml@main
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
secrets: inherit
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"release-type": "python"
}

0 comments on commit f5ba0e0

Please sign in to comment.