disperse.conf 272 B

12345678910
  1. # See https://github.com/jelmer/disperse
  2. news_file: "NEWS"
  3. timeout_days: 5
  4. tag_name: "dulwich-$VERSION"
  5. verify_command: "flake8 && make check"
  6. update_version {
  7. path: "dulwich/__init__.py"
  8. match: "^__version__ = \((.*)\)$"
  9. new_line: "__version__ = $TUPLED_VERSION"
  10. }