File: disperse.conf

package info (click to toggle)
python-aiohttp-openmetrics 0.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: python: 119; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
# See https://github.com/jelmer/disperse
timeout_days: 5
tag_name: "v$VERSION"
update_version {
  path: "aiohttp_openmetrics/__init__.py"
  match: "^__version__ = \((.*)\)$"
  new_line: "__version__ = $TUPLED_VERSION"
}