disperse.toml 388 B

1234567891011121314151617
  1. tag-name = "dulwich-$VERSION"
  2. news-file = "NEWS"
  3. verify-command = "make check"
  4. twine-upload = false
  5. tarball-location = []
  6. release-timeout = 5
  7. ci-timeout = 7200
  8. [[update_version]]
  9. path = "dulwich/__init__.py"
  10. match = "^__version__ = ((.*))$"
  11. new-line = "__version__ = $TUPLED_VERSION"
  12. [[update_version]]
  13. path = "Cargo.toml"
  14. match = '^version = "(.*)"$'
  15. new-line = 'version = "$VERSION"'