Skip to content

Commit 9244c38

Browse files
committed
Temporary changelog for testing
1 parent a838b16 commit 9244c38

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for cardano-cli
22

3+
## test-fake-release
4+
5+
- Temporary release for testing (please ignore)
6+
37
## 10.8.0.0
48

59
- Implement changes needed for UTxO-HD Consensus feature.

0 commit comments

Comments
 (0)