Codebase list dulwich / c315147f-3af7-4f8d-b1fd-84fea2d7c8e2/main releaser.conf
c315147f-3af7-4f8d-b1fd-84fea2d7c8e2/main

Tree @c315147f-3af7-4f8d-b1fd-84fea2d7c8e2/main (Download .tar.gz)

releaser.conf @c315147f-3af7-4f8d-b1fd-84fea2d7c8e2/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"
}