Skip to content

Commit bd7caba

Browse files
author
nicos_backbase
committed
ci: streamlined release notes
1 parent 89d7f4b commit bd7caba

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -110,30 +110,8 @@ jobs:
110110
prerelease: false
111111
generate_release_notes: true
112112
body: |
113-
## Changes
114-
115113
${{ needs.semantic-version.outputs.changelog }}
116114
117-
## Installation
118-
119-
### Binary Downloads
120-
121-
You can download pre-built binaries for your platform from the assets below.
122-
123-
### Cargo Install
124-
125-
```bash
126-
cargo install repos
127-
```
128-
129-
### From Source
130-
131-
```bash
132-
git clone https://github.com/${{ github.repository }}.git
133-
cd repos
134-
cargo build --release
135-
```
136-
137115
build-release:
138116
name: Build Release Binary
139117
needs: [semantic-version, create-release]

0 commit comments

Comments
 (0)