Skip to content

Commit bb2a092

Browse files
committed
docs: fixed links for the complete examples
1 parent ea0bd0d commit bb2a092

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.1.8] - 2025-08-31
2+
3+
### 📚 Documentation
4+
5+
- Fixed links for the complete examples
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Release
10+
- Switched back to conventional release tag names
111
## [0.1.7] - 2025-08-31
212

313
### 🐛 Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ let status_field = status!("status_field");
445445

446446
## Complete example
447447

448-
Check out the [tests](https://github.com/Rick-Phoenix/protoschema/tree/main/test) crate or the [`render_templates`](crate::packages::Package::render_templates) description for full usage example, with the proto output included.
448+
Check out the [tests](https://github.com/Rick-Phoenix/protoschema/blob/main/protoschema/tests/test.rs) crate or the [`render_templates`](crate::packages::Package::render_templates) description for full usage example, with the proto output included.
449449

450450
## ✅ Integration with protocheck
451451

452-
Integrating with protocheck is pretty straightforward, but you can also find an example in a dedicated [testing crate](https://github.com/Rick-Phoenix/protoschema/tree/main/tests) in the protoschema repo.
452+
Integrating with protocheck is pretty straightforward, but you can also find an example in a dedicated [testing crate](https://github.com/Rick-Phoenix/protoschema/blob/main/tests/build.rs) in the protoschema repo.

protoschema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
pre-release-hook = [
1515
"sh",
1616
"-c",
17-
"cd .. ; cargo test --all-features; git cliff -o CHANGELOG.md --tag \"{{version}}\";",
17+
"cd .. ; cargo test --all-features; git cliff --unreleased --prepend CHANGELOG.md --tag \"{{version}}\";",
1818
]
1919

2020
[dependencies]

0 commit comments

Comments
 (0)