From 6c04163bda82065367d905acd7ab7abde7bac427 Mon Sep 17 00:00:00 2001 From: Badisi Date: Fri, 5 Apr 2024 21:42:57 +0200 Subject: [PATCH] fix: tests --- .github/workflows/ci_release-please.yml | 1 - .releasepleaserc.json | 1 + projects/core/README.md | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci_release-please.yml b/.github/workflows/ci_release-please.yml index 58075f5e..8b1469ed 100644 --- a/.github/workflows/ci_release-please.yml +++ b/.github/workflows/ci_release-please.yml @@ -22,7 +22,6 @@ jobs: - id: release uses: google-github-actions/release-please-action@v4 with: - include-component-in-tag: true config-file: .releasepleaserc.json manifest-file: .releaseplease.manifest.json token: ${{ secrets.DSI_HUG_BOT_GITHUB_TOKEN }} diff --git a/.releasepleaserc.json b/.releasepleaserc.json index 76129383..9cad85d2 100644 --- a/.releasepleaserc.json +++ b/.releasepleaserc.json @@ -3,6 +3,7 @@ "release-type": "node", "separate-pull-requests": true, "include-component-in-tag": true, + "include-v-in-tag": false, "packages": { "projects/core": {}, "projects/list-loader": {}, diff --git a/projects/core/README.md b/projects/core/README.md index ed85c5ac..dc55027e 100644 --- a/projects/core/README.md +++ b/projects/core/README.md @@ -4,5 +4,3 @@ The sources for this package are in the main [@hug/ngx-components](https://github.com/dsi-hug/ngx-components) repo. Please file issues and pull requests against that repo. License: GPL-3.0-only - -test