Skip to content

Commit

Permalink
Update release config, links (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha authored Nov 9, 2024
1 parent 785ee15 commit 56d46ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bon-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ pub fn derive_builder(item: proc_macro::TokenStream) -> proc_macro::TokenStream
/// The builder never panics. Any mistakes such as missing required fields
/// or setting the same field twice will be reported as compile-time errors.
///
/// For details on this macro including the reason why it's needed see
/// [this paragraph in the overview](https://bon-rs.com/guide/overview#builder-for-an-associated-method).
/// For details on this macro [see the overview](https://bon-rs.com/guide/overview).
///
/// [`builder`]: macro@builder
#[proc_macro_attribute]
Expand Down
2 changes: 1 addition & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ changelog_update = false
name = "bon"

changelog_include = ["bon-macros"]
changelog_path = "website/changelog.md"
changelog_path = "website/src/changelog.md"
changelog_update = true

git_release_enable = true
Expand Down

0 comments on commit 56d46ea

Please sign in to comment.