Skip to content

Commit 98ec11c

Browse files
committed
Make release draft for testing
1 parent 9b992f8 commit 98ec11c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
- name: Create Release
231231
uses: input-output-hk/action-gh-release@v1
232232
with:
233-
draft: false
233+
draft: true
234234
tag_name: ${{ needs.wait_for_hydra.outputs.TARGET_TAG }} # Git tag the release is attached to
235235
name: ${{ env.SHORT_TAG }} # Release name in GitHub UI
236236
# TODO generalize

cardano-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# Changelog for cardano-cli
28

39
## 10.11.1.0

0 commit comments

Comments
 (0)