Skip to content

Commit

Permalink
chore: release-please initial files
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Jan 12, 2024
1 parent 428e6f0 commit ea24ad4
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.0.0"
}
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": "9d2bccb9bd30438ee396e4db302f5f87a0daa0cb",
"sequential-calls": true,
"packages": {
".": {
"release-type": "python",
"package-name": "hauki"
}
},
"plugins": ["sentence-case"]
}

0 comments on commit ea24ad4

Please sign in to comment.