chore: configure release-please as a bot, not an action (#5886)

This commit is contained in:
Rachel Fenichel
2022-01-18 17:34:27 -08:00
committed by GitHub
parent 7b645363e5
commit 050c89d8eb
3 changed files with 7 additions and 16 deletions

6
.github/release-please.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
primaryBranch: develop
releaseType: node
packageName: blockly
manifest: true
manifestConfig: release-please-config.json
manifestFile: .release-please-manifest.json

View File

@@ -1,15 +0,0 @@
on:
push:
branches:
- develop
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: blockly
command: manifest

View File

@@ -1,3 +1,3 @@
{
"package.json": "7.20211209.0"
".": "7.20211209.0"
}