We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92df6f commit 4568c59Copy full SHA for 4568c59
docs/development/release.md
@@ -77,3 +77,14 @@ git pull origin main
77
git tag v1.1.0
78
git push origin v1.1.0
79
```
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