We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f46d5 commit a938ea0Copy full SHA for a938ea0
2 files changed
release-please-config.json
@@ -1,19 +1,15 @@
1
{
2
+ "release-type": "python",
3
"packages":
4
5
".":
6
7
"changelog-path": "CHANGELOG.md",
- "release-type": "python",
8
- "bump-minor-pre-major": false,
9
- "bump-patch-for-minor-pre-major": false,
10
- "draft": false,
11
- "prerelease": false,
12
"version-file":
13
14
- "path": "src/codius/__version__.py"
+ "path": "src/codius/__version__.py",
+ "pattern": "^__version__ = \"(.*)\"$"
15
}
16
17
- },
18
- "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
+ }
19
src/codius/__version__.py
@@ -1 +1 @@
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments