Codebase list dulwich / 521da36c-26d0-4172-87b4-76d27ae9e970/main releaser.conf
521da36c-26d0-4172-87b4-76d27ae9e970/main

Tree @521da36c-26d0-4172-87b4-76d27ae9e970/main (Download .tar.gz)

releaser.conf @521da36c-26d0-4172-87b4-76d27ae9e970/mainraw · history · blame

news_file: "NEWS"
timeout_days: 5
tag_name: "dulwich-$VERSION"
verify_command: "make check"
update_version {
  path: "setup.py"
  match: "^dulwich_version_string = '(.*)'$"
  new_line: "dulwich_version_string = '$VERSION'"
}
update_version {
  path: "dulwich/__init__.py"
  match: "^__version__ = \((.*)\)$"
  new_line: "__version__ = $TUPLED_VERSION"
}