Skip to content

Commit

Permalink
build: add configuration for back-porting patches (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 25, 2021
1 parent 066144e commit dab6d9a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,15 @@
on:
push:
branches:
- v7.x.x
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v2
with:
command: manifest
token: ${{ secrets.GITHUB_TOKEN }}
default-branch: v7.x.x

3 changes: 3 additions & 0 deletions .release-please-manifest.json
@@ -0,0 +1,3 @@
{
".": "7.1.1"
}
6 changes: 6 additions & 0 deletions release-please-config.json
@@ -0,0 +1,6 @@
{
"bootstrap-sha": "066144e06438a3a2d73b50156121a4896d1e8bcc",
"packages": {
".": {}
}
}

0 comments on commit dab6d9a

Please sign in to comment.