Skip to content

Commit 32260e5

Browse files
authored
Merge pull request #138 from mlabs-haskell/aciceri/docs-github-release
Document how to create a new GitHub release
2 parents b92df6f + 4568c59 commit 32260e5

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)