File: releaser.conf

package info (click to toggle)
python-merge3 0.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 976 kB
  • sloc: python: 773; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "merge3"
timeout_days: 5
tag_name: "v$VERSION"
verify_command: "python3 setup.py test"
update_version {
  path: "setup.py"
  match: "^      version=\"(.*)\","
  new_line: "      version=\"$VERSION\","
}
update_version {
  path: "merge3/__init__.py"
  match: "^__version__ = \((.*)\)$"
  new_line: "__version__ = $TUPLED_VERSION"
}