Skip to content

Commit 4568c59

Browse files
committed
docs: add final step on how to create a new GitHub release
1 parent b92df6f commit 4568c59

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/development/release.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,14 @@ git pull origin main
7777
git tag v1.1.0
7878
git push origin v1.1.0
7979
```
80+
81+
### 5. Create GitHub Release
82+
83+
Create the GitHub release using the CLI:
84+
85+
```bash
86+
# Create release from tag with changelog
87+
gh release create v1.1.0 --title "Release v1.1.0" --notes-from-tag
88+
```
89+
90+
Alternatively, you can create the release manually at https://github.com/mlabs-haskell/cardano.nix/releases/new and select the tag you just created.

0 commit comments

Comments
 (0)