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 a838b16 commit 9244c38Copy full SHA for 9244c38
.github/workflows/release-upload.yml
@@ -230,7 +230,7 @@ jobs:
230
- name: Create Release
231
uses: input-output-hk/action-gh-release@v1
232
with:
233
- draft: false
+ draft: true
234
tag_name: ${{ needs.wait_for_hydra.outputs.TARGET_TAG }} # Git tag the release is attached to
235
name: ${{ env.SHORT_TAG }} # Release name in GitHub UI
236
# TODO generalize
cardano-cli/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog for cardano-cli
2
3
+## test-fake-release
4
+
5
+- Temporary release for testing (please ignore)
6
7
## 10.8.0.0
8
9
- Implement changes needed for UTxO-HD Consensus feature.
0 commit comments