Add releaser config.
This commit is contained in:
parent
49b90ef7a4
commit
8d5dc49b39
1 changed files with 10 additions and 0 deletions
10
releaser.conf
Normal file
10
releaser.conf
Normal 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\","
|
||||
}
|
Loading…
Add table
Reference in a new issue