-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathrelease.toml
More file actions
11 lines (11 loc) · 866 Bytes
/
release.toml
File metadata and controls
11 lines (11 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
pre-release-commit-message = "Release {{version}}"
tag-message = "Release {{version}}"
tag-name = "{{version}}"
pre-release-replacements = [
{ file = "Cargo.toml", prerelease = true, search = "repository = \"https://github.com/rust-gpu/spirt\"", replace = "repository = \"https://github.com/rust-gpu/spirt/tree/{{tag_name}}\"" },
{ file = "CHANGELOG.md", search = "Unreleased", replace = "{{version}}" },
{ file = "CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}" },
{ file = "CHANGELOG.md", search = "ReleaseDate", replace = "{{date}}" },
{ file = "CHANGELOG.md", search = "<!-- next-header -->", replace = "<!-- next-header -->\n\n## [Unreleased] - ReleaseDate" },
{ file = "CHANGELOG.md", search = "<!-- next-url -->", replace = "<!-- next-url -->\n[Unreleased]: https://github.com/rust-gpu/spirt/compare/{{tag_name}}...HEAD" },
]