Skip to content

Commit

Permalink
fix: add version file for release please
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh committed Oct 24, 2024
1 parent 630eaa2 commit 8abe5df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"include-v-in-tag": true,
"changelog-sections": [
{ "type": "build", "section": "Build System", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": false },
{ "type": "ci", "section": "CI", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "refactor", "section": "Refactoring", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false }
]
}
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.6

0 comments on commit 8abe5df

Please sign in to comment.