Skip to content

Commit

Permalink
Merge pull request #317 from korosuke613/renovate/google-github-actio…
Browse files Browse the repository at this point in the history
…ns-release-please-action-4.x

chore(deps): update google-github-actions/release-please-action action to v4
  • Loading branch information
korosuke613 authored Feb 10, 2024
2 parents b37795b + 1fa04ca commit 87834a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}

- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
id: release
with:
release-type: node
package-name: typescript-action
token: ${{ steps.app-token.outputs.token }}

- name: tag major and minor versions
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.1.4"
}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-component-in-tag": false,
"packages": {
".": {
"release-type": "node"
}
}
}

0 comments on commit 87834a3

Please sign in to comment.