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.
2 parents b92df6f + 4568c59 commit 32260e5Copy full SHA for 32260e5
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