Skip to content

Commit

Permalink
Merge pull request #192 from BLSQ/fix-github_action_update-nf
Browse files Browse the repository at this point in the history
feat(CI/CD): adds github action v4 config
  • Loading branch information
nazarfil authored Jul 19, 2024
2 parents 65692c0 + ce8f848 commit 59cdde2
Show file tree
Hide file tree
Showing 2 changed files with 17 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 @@
{
".": "0.71.6"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "python",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"include-v-in-tag": false,
"changelog-type": "github",
"changelog-sections": [
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":false}
]
}

0 comments on commit 59cdde2

Please sign in to comment.