Skip to content

Commit be06cc1

Browse files
chore: update release please config (#7)
* Revert version bump * Show all conventional commit types in release notes
1 parent 720e720 commit be06cc1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openfeature-provider-flagsmith"
3-
version = "0.1.1"
3+
version = "0.1.0"
44
description = "Openfeature provider for Flagsmith"
55
authors = [
66
{ name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }

release-please-config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,42 @@
2525
},
2626
{
2727
"type": "docs",
28-
"hidden": true,
28+
"hidden": false,
2929
"section": "Docs"
3030
},
3131
{
3232
"type": "chore",
33-
"hidden": true,
33+
"hidden": false,
3434
"section": "Other"
3535
},
3636
{
3737
"type": "build",
38-
"hidden": true,
38+
"hidden": false,
3939
"section": "Build"
4040
},
4141
{
4242
"type": "deps",
43-
"hidden": true,
43+
"hidden": false,
4444
"section": "Dependency Updates"
4545
},
4646
{
4747
"type": "ci",
48-
"hidden": true,
48+
"hidden": false,
4949
"section": "CI"
5050
},
5151
{
5252
"type": "refactor",
53-
"hidden": true,
53+
"hidden": false,
5454
"section": "Refactoring"
5555
},
5656
{
5757
"type": "style",
58-
"hidden": true,
58+
"hidden": false,
5959
"section": "Code Style"
6060
},
6161
{
6262
"type": "test",
63-
"hidden": true,
63+
"hidden": false,
6464
"section": "Tests"
6565
}
6666
]

0 commit comments

Comments
 (0)