We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53390d9 commit 3d5397eCopy full SHA for 3d5397e
.github/workflows/release-please.yml
@@ -19,8 +19,6 @@ jobs:
19
- uses: google-github-actions/release-please-action@v4
20
id: release
21
with:
22
- release-type: maven
23
- package-name: compas-scl-data-service
24
target-branch: main
25
- name: Checkout
26
if: ${{ steps.release.outputs.release_created }}
release-please-config.json
@@ -0,0 +1,8 @@
1
+{
2
+ "packages": {
3
+ ".": {
4
+ "release-type": "maven",
5
+ "package-name": "compas-scl-data-service"
6
+ }
7
8
0 commit comments