|
|
@@ -117,15 +117,15 @@ jobs:
|
|
|
name: Release ${{ steps.version.outputs.tag }}
|
|
|
body: |
|
|
|
## Boilerplates CLI ${{ steps.version.outputs.tag }}
|
|
|
-
|
|
|
+
|
|
|
Install using the installation script:
|
|
|
```bash
|
|
|
- curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/${{ steps.version.outputs.tag }}/scripts/install.sh | bash
|
|
|
+ curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh | bash
|
|
|
```
|
|
|
-
|
|
|
+
|
|
|
Or install a specific version:
|
|
|
```bash
|
|
|
- curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/${{ steps.version.outputs.tag }}/scripts/install.sh | bash -s -- --version ${{ steps.version.outputs.tag }}
|
|
|
+ curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh | bash -s -- --version ${{ steps.version.outputs.tag }}
|
|
|
```
|
|
|
draft: false
|
|
|
prerelease: >
|