We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b992f8 commit 98ec11cCopy full SHA for 98ec11c
.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,3 +1,9 @@
1
+## fake-release-for-testing-0.0.1
2
+
3
+- Nothing was done because this is a fake release, please ignore me
4
5
+## fake-releasa-for-testing-0.0.2
6
7
# Changelog for cardano-cli
8
9
## 10.11.1.0
0 commit comments