mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Adapt release workflow for workspace (#331)
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
f5a682ccce
commit
e21617cc9e
11 changed files with 33 additions and 20 deletions
2
.github/scripts/release-pr-template.ejs
vendored
2
.github/scripts/release-pr-template.ejs
vendored
|
@ -29,7 +29,7 @@ You will still need to manually publish the cargo crate:
|
|||
```
|
||||
$ git pull
|
||||
$ git switch --detach v{version}
|
||||
$ cargo publish
|
||||
$ cargo publish -p <%= crate.name %>
|
||||
```
|
||||
|
||||
<% if (pr.releaseNotes) { %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue