Skip to content

Commit a938ea0

Browse files
committed
fix: trigger release-please
1 parent b3f46d5 commit a938ea0

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

release-please-config.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{
2+
"release-type": "python",
23
"packages":
34
{
45
".":
56
{
67
"changelog-path": "CHANGELOG.md",
7-
"release-type": "python",
8-
"bump-minor-pre-major": false,
9-
"bump-patch-for-minor-pre-major": false,
10-
"draft": false,
11-
"prerelease": false,
128
"version-file":
139
{
14-
"path": "src/codius/__version__.py"
10+
"path": "src/codius/__version__.py",
11+
"pattern": "^__version__ = \"(.*)\"$"
1512
}
1613
}
17-
},
18-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
14+
}
1915
}

src/codius/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)