Skip to content

Commit e7bb6cb

Browse files
authored
Merge pull request #1334 from input-output-hk/damien/1235/remove-unstable-tag-in-unstable-release
Add subnote and git command for unstable release
2 parents 78981d2 + 57fe59b commit e7bb6cb

File tree

1 file changed

+12
-0
lines changed
  • .github/workflows/actions/prepare-distribution

1 file changed

+12
-0
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,18 @@ runs:
8585
Compatible systems include, but are not limited to, \`Ubuntu 20.04+\` or \`Debian 11+\` (Bullseye)).
8686
EOF
8787
88+
- name: Fetch the latest version of the unstable tag
89+
if: contains('unstable', inputs.version-name)
90+
shell: bash
91+
run: |
92+
cat >> ./release-notes-addon.txt << EOF
93+
94+
## Fetch the latest version of the \`unstable\` tag
95+
The \`unstable\` tag is updated with a new commit id when a new \`unstable\` release is published.
96+
To fetch the latest version of the unstable tag, execute the command:
97+
\`git tag -d unstable && git fetch origin tag unstable\`
98+
EOF
99+
88100
- name: Create and sign sha256 checksum
89101
shell: bash
90102
env:

0 commit comments

Comments
 (0)