Skip to content

Commit

Permalink
ci: adding release pls files
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Dec 17, 2024
1 parent fa58e61 commit 9d177b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
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.6.4"
}
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"packages": {
"LoopStructural": {
"release-type": "python",
"types": ["feat", "fix"],
"bump-minor-pre-major": true,
"bump-minor-pre-major-pattern": "feat",
"bump-patch-for-minor-pre-major": true,
"bump-patch-for-minor-pre-major-pattern": "fix",
"include-v-in-tag": true
}
}
}

0 comments on commit 9d177b7

Please sign in to comment.