Add releaser config.

This commit is contained in:
Jelmer Vernooij 2021-02-05 17:19:53 +00:00
parent 49b90ef7a4
commit 8d5dc49b39

10
releaser.conf Normal file
View file

@ -0,0 +1,10 @@
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\","
}