Skip to content

Commit

Permalink
ci: bootstrap release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Sep 26, 2022
1 parent 3d74dd5 commit 810d89d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-please.yml
@@ -0,0 +1,13 @@
on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
7 changes: 7 additions & 0 deletions .release-please-manifest.json
@@ -0,0 +1,7 @@
{
".": "6.75.0",
"packages/client": "6.75.0",
"packages/server": "6.75.0",
"packages/gql-executor": "6.75.0",
"packages/integration-tests": "6.75.0"
}
17 changes: 17 additions & 0 deletions release-please-config.json
@@ -0,0 +1,17 @@
{
"bootstrap-sha": "d29aa0314c82bac17a6e55fc18ac7322c31b40c6",
"last-release-sha": "d29aa0314c82bac17a6e55fc18ac7322c31b40c6",
"plugins": ["node-workspace"],
"draft-pull-request": true,
"group-pull-request-title-pattern": "chore: release v${version}",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node"
},
"packages/client": {},
"packages/server": {},
"packages/gql-executor": {},
"packages/integration-tests": {}
}
}

0 comments on commit 810d89d

Please sign in to comment.