Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/development/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,14 @@ git pull origin main
git tag v1.1.0
git push origin v1.1.0
```

### 5. Create GitHub Release

Create the GitHub release using the CLI:

```bash
# Create release from tag with changelog
gh release create v1.1.0 --title "Release v1.1.0" --notes-from-tag
```

Alternatively, you can create the release manually at https://github.com/mlabs-haskell/cardano.nix/releases/new and select the tag you just created.