summaryrefslogtreecommitdiff
path: root/releaser.conf
blob: 6135cafba5d8a0399d2f1023749c44896c7ba850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "python-fastimport"
news_file: "NEWS"
timeout_days: 5
tag_name: "fastimport-$VERSION"
verify_command: "make check"
update_version {
  path: "setup.py"
  match: "^version = \".*\"$"
  new_line: "version = \"$VERSION\""
}
update_version {
  path: "fastimport/__init__.py"
  match: "^__version__ = \((.*)\)$"
  new_line: "__version__ = $TUPLED_VERSION"
}