diff --git a/releaser.conf b/releaser.conf new file mode 100644 index 0000000..8b1386f --- /dev/null +++ b/releaser.conf @@ -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\"," +}