Sfoglia il codice sorgente

Add verify command.

Jelmer Vernooij 4 anni fa
parent
commit
ae757e6755
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      releaser.conf

+ 1 - 0
releaser.conf

@@ -3,6 +3,7 @@ news_file: "NEWS"
 pypi: "dulwich"
 timeout_days: 5
 tag_name: "dulwich-$VERSION"
+verify_command: "make check"
 update_version {
   path: "setup.py"
   match: "^dulwich_version_string = '(.*)'$"