Codebase list dulwich / 6758da31-38d0-4d90-ac3e-06b06fd1b3c7/main releaser.conf
6758da31-38d0-4d90-ac3e-06b06fd1b3c7/main

Tree @6758da31-38d0-4d90-ac3e-06b06fd1b3c7/main (Download .tar.gz)

releaser.conf @6758da31-38d0-4d90-ac3e-06b06fd1b3c7/mainraw · history · blame

# See https://github.com/jelmer/releaser
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"
}