# Uncomment this if your project is hosted on GitHub:
# github_url = "https://github.com/<user or organization>/<project>/"
[]
= "0.2.0"
= '''
(?P<major>\d+)
\.
(?P<minor>\d+)
\.
(?P<patch>\d+)
(?P<prelease>\-\w+\.\d+)?
'''
[]
= "Release {new_version}"
= "v{new_version}"
[[]]
# Updates self-dependency in Cargo.lock
= "cargo check"
= "cargo check && git add Cargo.lock"
[[]]
= "Cargo.toml"