Skip to content

Commit

Permalink
Merge pull request #428 from com-pas/354-bug-release-project-action-f…
Browse files Browse the repository at this point in the history
…ailing

chore: adjusting to release-please v4 api
  • Loading branch information
pascalwilbrink authored Mar 25, 2024
2 parents 02b27a1 + 2c9fcc9 commit 77eb0b4
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -19,8 +19,6 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: maven
package-name: compas-scl-data-service
target-branch: main
- name: Checkout
if: ${{ steps.release.outputs.release_created }}
Expand Down
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"packages": {
".": {
"release-type": "maven",
"package-name": "compas-scl-data-service"
}
}
}
3 changes: 3 additions & 0 deletions release-please-config.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Alliander N.V.

SPDX-License-Identifier: Apache-2.0

0 comments on commit 77eb0b4

Please sign in to comment.