We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d275d8 commit 14adf39Copy full SHA for 14adf39
1 file changed
.github/workflows/cloud-release-docs.yml
@@ -32,7 +32,7 @@ jobs:
32
export PRERELEASE=$( cat latest_release.json | jq '.["prerelease"]' | tr -d '"')
33
export RELEASE_BODY=$( cat latest_release.json | jq '.["body"]' | tr -d '"')
34
export DATE=$( cat latest_release.json | jq '.["published_at"]' | tr -d '"')
35
- printf '%b\n' "---\ntitle: $RELEASE_TAG\ndate: $DATE\ntag: $RELEASE_TAG\nprerelease: $PRERELEASE\n---\n\n$RELEASE_BODY" > ./content/en/cloud/reference/releases/$RELEASE_TAG.md
+ printf '%b\n' "---\ntitle: $RELEASE_TAG\ndate: $DATE\ntag: $RELEASE_TAG\nprerelease: $PRERELEASE\ntoc_hide: true\n---\n\n$RELEASE_BODY" > ./content/en/cloud/reference/releases/$RELEASE_TAG.md
36
- name: Update current release version
37
if: steps.meshery-cloud.outputs.current_tag != steps.meshery-cloud.outputs.release_tag
38
run: |
0 commit comments