commit 13462c7406274f6c7d5b431409033ce8a705086e from: Jelmer Vernooij date: Fri Oct 21 00:05:33 2022 UTC disperse: Remove unnecessary options. commit - 4166be1b31da73f946822470976533d760bdc476 commit + 13462c7406274f6c7d5b431409033ce8a705086e blob - 14647e0efffdd73b2fdfde3c6a8a9513002db6e4 blob + c2c39f007c6434f4a1d794f73630028ee2de7b36 --- disperse.conf +++ disperse.conf @@ -3,13 +3,7 @@ news_file: "NEWS" timeout_days: 5 tag_name: "dulwich-$VERSION" verify_command: "flake8 && make check" -github_url: "https://github.com/dulwich/dulwich" 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"