Skip to content

Commit

Permalink
feat: Add release please config (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat authored Oct 4, 2024
1 parent 4fa5a48 commit 1c8278d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release Automation

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
release-type: node
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"last-release-sha": "c5f552b302fd33c11afc86d153dcfe64f3e4444e",
"packages": {
"library/extension-assets": {},
"library/hooks": {},
"library/react-connect-kit": {},
"library/react-odometer": {},
"library/react-polkicon": {},
"library/types": {},
"library/utils": {},
"library/validator-assets": {}
}
}

0 comments on commit 1c8278d

Please sign in to comment.