Codebase list dulwich / c07eafa2-b69b-45ab-9e53-c7c800a24611/main releaser.conf
c07eafa2-b69b-45ab-9e53-c7c800a24611/main

Tree @c07eafa2-b69b-45ab-9e53-c7c800a24611/main (Download .tar.gz)

releaser.conf @c07eafa2-b69b-45ab-9e53-c7c800a24611/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"
}