Skip to content

Commit

Permalink
ci: update release please configuration #42
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa committed Nov 20, 2024
1 parent 48ec69a commit df554d4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
default-branch: main
bump-minor-pre-major: true
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.1.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 @@
{
"branches": [
{
"branch": "main",
"release-type": "simple",
"initial-version": "0.1.0",
"prerelease": true,
"prerelease-tag": "beta"
}
]
}

0 comments on commit df554d4

Please sign in to comment.