Skip to content

Commit

Permalink
Create release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jan 7, 2021
1 parent a641d0c commit f97fc29
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: "@easyops-cn/docusaurus-search-local"
bump-minor-pre-major: true

0 comments on commit f97fc29

Please sign in to comment.