Skip to content

Commit

Permalink
chore: release-please initial files (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Mar 20, 2024
1 parent 92f2273 commit 8e28b64
Show file tree
Hide file tree
Showing 3 changed files with 30 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 @@
# .github/workflows/release-please.yml
name: release-please
on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.2.2"
}
11 changes: 11 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"bootstrap-sha": "9aacf285f60966eca253b1d31f6908e122f75cc4",
"sequential-calls": true,
"packages": {
".": {
"release-type": "node",
"package-name": "kerrokantasi-ui"
}
},
"plugins": ["sentence-case"]
}

0 comments on commit 8e28b64

Please sign in to comment.