Skip to content

Commit

Permalink
Create release-please.yml (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jan 7, 2021
1 parent a641d0c commit 64ee5a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/release-please.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/release-please.yml
@@ -0,0 +1,15 @@
on:
push:
branches:
- master
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -15,7 +15,7 @@ yarn test

## Publishing

There is the [Release Please](https://github.com/apps/release-please) bot to handle publishing. Just merge the relevant release-PR, no worries.
There is the [Release Please Action](https://github.com/google-github-actions/release-please-action) bot to handle publishing. Just merge the relevant release-PR, no worries.

<details>

Expand Down

0 comments on commit 64ee5a7

Please sign in to comment.