Skip to content

Commit

Permalink
ci: update release-please configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
k3nsei committed Aug 19, 2024
1 parent 167e803 commit 8e93a2b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ jobs:
steps:
- name: Prepare release PR or move on with release when PR was accepted
id: release
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: '@ngx-signal-store-query/core'
extra-files: |
LICENSE
README.md
config-file: .release-please-config.json
manifest-file: .release-please-manifest.json

- name: Checkout repository
if: ${{ steps.release.outputs.release_created }}
Expand Down
14 changes: 14 additions & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "167e8033e4b4e07a696b09801b0b3086a82996f0",
"last-release-sha": "ce0a86eaac2d6d79e4a3e21fc8133584b660f5df",
"packages": {
".": {
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"extra-files": ["README.md", "libs/ngx-signal-store-query/package.json"]
}
}
}
4 changes: 4 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json",
".": "0.3.0"
}

0 comments on commit 8e93a2b

Please sign in to comment.