Skip to content

Commit

Permalink
ci(release-please): migrate to v4 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Dec 11, 2023
1 parent 3b46a23 commit b529fd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ permissions:
jobs:
trigger:
uses: statnett/github-workflows/.github/workflows/release-please.yaml@main
with:
release-type: maven
secrets: inherit
permissions:
contents: write
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 @@
{
".": "3.3.0"
}
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"release-type": "maven",
"packages": {
".": {}
}
}

0 comments on commit b529fd8

Please sign in to comment.