Page MenuHomeSoftware Heritage

releaser.conf
No OneTemporary

releaser.conf

# 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"
}

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 6:48 PM (12 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3372545

Event Timeline