Skip to content

Commit 4de365b

Browse files
committed
ci: Configure release please
1 parent e3fd993 commit 4de365b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
id: release
2121
with:
2222
target-branch: main
23+
token: ${{ secrets.GITHUB_TOKEN }}
2324
- name: Checkout
2425
if: ${{ steps.release.outputs.release_created }}
2526
uses: actions/checkout@v4

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"bootstrap-sha": "fb013c3226f69fedfdbee62297db6cbd88135ba0",
34
"include-component-in-tag": false,
45
"packages": {
56
".": {
67
"release-type": "maven",
7-
"package-name": "compas-scl-data-service"
8+
"package-name": "compas-scl-data-service",
9+
"initial-version": "0.15.0"
810
}
911
}
1012
}

0 commit comments

Comments
 (0)