MarcoIeni / release-plz

Publish Rust crates from CI with a Release PR.
https://release-plz.ieni.dev
Apache License 2.0
792 stars 74 forks source link

feat: add release_link to context #1502

Closed R11baka closed 2 months ago

R11baka commented 4 months ago

I added release_link to context according to task https://github.com/MarcoIeni/release-plz/issues/1470

MarcoIeni commented 4 months ago

That's great, thanks! Can you also change this function? https://github.com/MarcoIeni/release-plz/blob/32c74dd800a77eb5e697b8e88c0eb50d66ed1f3a/crates/release_plz_core/src/changelog.rs#L310 So that release-plz uses release_link itself :)

You could also update these docs: https://github.com/MarcoIeni/release-plz/blob/32c74dd800a77eb5e697b8e88c0eb50d66ed1f3a/website/docs/config.md#L652

MarcoIeni commented 2 months ago

I have the fix on my laptop. There's a typo in the changelog body default string. I will push the fix asap