ognibuild/releaser.conf
2021-02-05 17:19:53 +00:00

10 lines
231 B
Text

name: "ognibuild"
pypi: "ognibuild"
timeout_days: 5
tag_name: "v$VERSION"
verify_command: "python3 setup.py test"
update_version {
path: "setup.py"
match: "^ version=\"(.*)\",$"
new_line: " version=\"$VERSION\","
}