mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Split crates and clean up structure of codebase (#294)
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
bf700f9012
commit
4b00f5f143
88 changed files with 2989 additions and 1423 deletions
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
ecnef=$'\n```'
|
||||
|
||||
title='release: v${{ inputs.version }}'
|
||||
body=$(sed 's/%version%/${{ inputs.version }}/g' ci-scripts/release-pr.txt)
|
||||
body=$(sed 's/%version%/${{ inputs.version }}/g' .github/scripts/release-pr.txt)
|
||||
|
||||
gh pr create --title "$title" --body "$body" --base main --head "${{ env.branch_name }}" --label "release"
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue