[tool.tbump.version] current = "2.2.0" regex = ''' (?P\d+) \. (?P\d+) \. (?P\d+) ''' [tool.tbump.git] message_template = "bump to {new_version}" tag_template = "{new_version}" [[tool.tbump.file]] src = "./VERSION" search = "{current_version}" [[tool.tbump.file]] src = "./ebuild-snippets.el" search = ";; Version: {current_version}" [[tool.tbump.file]] src = "./ebuild-snippets.el" search = "defconst ebuild-snippets-version \"{current_version}\"" [[tool.tbump.before_commit]] name = "execute make all" cmd = "make all"