chore(release): add release-please config (#5848)

This commit is contained in:
Rachel Fenichel
2022-01-04 15:00:14 -08:00
committed by GitHub
parent b58dc05d1c
commit b5abb3e644
4 changed files with 25 additions and 0 deletions

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

@@ -0,0 +1,15 @@
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

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

0
CHANGELOG.md Normal file
View File

View File

@@ -0,0 +1,7 @@
{
"bootstrap-sha": "428574d499b99c7d89189abe9d2f9a4dd3d4c79a",
"packages": {
".": {}
},
"draft": true
}