mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
chore(release): add release-please config (#5848)
This commit is contained in:
15
.github/workflows/release-please.yml
vendored
Normal file
15
.github/workflows/release-please.yml
vendored
Normal 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
|
||||
3
.release-please-manifest.json
Normal file
3
.release-please-manifest.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"package.json": "7.20211209.0"
|
||||
}
|
||||
0
CHANGELOG.md
Normal file
0
CHANGELOG.md
Normal file
7
release-please-config.json
Normal file
7
release-please-config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"bootstrap-sha": "428574d499b99c7d89189abe9d2f9a4dd3d4c79a",
|
||||
"packages": {
|
||||
".": {}
|
||||
},
|
||||
"draft": true
|
||||
}
|
||||
Reference in New Issue
Block a user