Mention library crate changelog

This commit is contained in:
Félix Saparelli 2022-09-07 12:51:44 +12:00
parent 79bcf6838d
commit 1042cba39c
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ $ git switch --detach v<%= version.actual %>
$ cargo publish -p <%= crate.name %>
```
<% } else { %>
Remember to review the crate's changelog!
Upon merging, this will create the tag `<%= crate.name %>-v<%= version.actual %>`.
You will still need to manually publish the cargo crate: