releaser.conf 354 B

1234567891011121314
  1. news_file: "NEWS"
  2. timeout_days: 5
  3. tag_name: "dulwich-$VERSION"
  4. verify_command: "make check"
  5. update_version {
  6. path: "setup.py"
  7. match: "^dulwich_version_string = '(.*)'$"
  8. new_line: "dulwich_version_string = '$VERSION'"
  9. }
  10. update_version {
  11. path: "dulwich/__init__.py"
  12. match: "^__version__ = \((.*)\)$"
  13. new_line: "__version__ = $TUPLED_VERSION"
  14. }