-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.releaserc
More file actions
27 lines (23 loc) · 953 Bytes
/
.releaserc
File metadata and controls
27 lines (23 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
branches:
- "+([0-9])?(.{+([0-9]),x}).x"
- main
- name: beta
prerelease: true
- name: alpha
prerelease: true
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
- releaseBodyTemplate: |
# Installation
Use the standalone installer script to download and install the Hypha v${nextRelease.version} binaries. Use `curl` to download the script and execute it with sh:
```
curl -fsSL https://github.com/hypha-space/hypha/releases/download/v${nextRelease.version}/install.sh | sh
```
For alternative installation methods (GitHub releases, Cargo), see the [Installation Guide](https://github.com/hypha-space/hypha/blob/alpha/docs/installation.md).
---
${nextRelease.notes}
assets:
# artifacts will be pushed to artifacts/**/* by the release workflow
- path: artifacts/**/*