diff --git a/release.toml b/release.toml index 9f2c124..31efbb5 100644 --- a/release.toml +++ b/release.toml @@ -1,6 +1,5 @@ -pre-release-commit-message = "Release {{version}}" -tag-message = "Release {{version}}" -tag-name = "{{version}}" +pre-release-commit-message = "Release" +tag-message = "Release `{{crate_name}}` {{version}}" pre-release-replacements = [ { file = "CHANGELOG.md", search = "Unreleased", replace = "{{version}}" }, { file = "CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}" }, diff --git a/spirv-tools-sys/CHANGELOG.md b/spirv-tools-sys/CHANGELOG.md new file mode 100644 index 0000000..0dbee4d --- /dev/null +++ b/spirv-tools-sys/CHANGELOG.md @@ -0,0 +1,21 @@ + + +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [Unreleased] - ReleaseDate + + +[Unreleased]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.8.0...HEAD +[0.8.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.7.0...spirv-tools-sys-v0.8.0 +[0.7.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.6.0...spirv-tools-sys-v0.7.0 +[0.6.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.5.0..spirv-tools-sys-.0.6.0 +[0.5.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.4.0...spirv-tools-sys-v0.5.0 +[0.3.1]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.3.0...spirv-tools-sys-v0.4 +[0.3.0]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.2.0...spirv-tools-sys-v0.3.0 +[0.1.1]: https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.1.0...spirv-tools-sys-v0.1.1 +[0.1.0]: https://github.com/EmbarkStudios/spirv-tools-rs/releases/tag/spirv-tools-sys-v0.1.0