mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Fix (remove) escaping for release blurb in release-pr template (#367)
This commit is contained in:
parent
037e62184f
commit
b89a4a56b8
1 changed files with 2 additions and 2 deletions
4
.github/scripts/release-pr-template.ejs
vendored
4
.github/scripts/release-pr-template.ejs
vendored
|
@ -19,7 +19,7 @@ This is a release PR for **<%= crate.name %>** version **<%= version.actual %>**
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (crate.name == "cargo-binstall") { %>
|
<% if (crate.name == "cargo-binstall") { %>
|
||||||
Upon merging, this will automatically create the tag `v<%= version.actual %>`, build the CLI, and create a GitHub release.
|
Upon merging, this will automatically create the tag `v<%= version.actual %>`, build the CLI, and create a GitHub release with the release notes below.
|
||||||
You will still need to manually publish the cargo crate:
|
You will still need to manually publish the cargo crate:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -50,7 +50,7 @@ _Edit release notes into the section below:_
|
||||||
<!-- do not change or remove this heading -->
|
<!-- do not change or remove this heading -->
|
||||||
### Release notes
|
### Release notes
|
||||||
|
|
||||||
_Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for \`cargo install\` in most cases. Install it today with \`cargo install cargo-binstall\`, from the binaries below, or if you already have it, upgrade with \`cargo binstall cargo-binstall\`._
|
_Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for `cargo install` in most cases. Install it today with `cargo install cargo-binstall`, from the binaries below, or if you already have it, upgrade with `cargo binstall cargo-binstall`._
|
||||||
|
|
||||||
#### In this release:
|
#### In this release:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue