Skip to content

Commit

Permalink
feat(repo): implement release please (taikoxyz#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Feb 15, 2023
1 parent bc3642e commit 8ae87da
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.2.4"
}
7 changes: 7 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"packages": {
".": {
"release-type": "go"
}
}
}
File renamed without changes.

0 comments on commit 8ae87da

Please sign in to comment.