ognibuild/releaser.conf
Jelmer Vernooij ecd4906be1 Dro pypi.
2021-02-16 17:40:58 +00:00

9 lines
213 B
Text

name: "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\","
}