From 18f71a6a04fb6b36deab81956aa52d6f335257d2 Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Sat, 7 Mar 2026 04:58:21 +0600 Subject: [PATCH] updated history template --- .gitea/workflows/ci-cd.yaml | 1 - input/pagecontent/history.xml | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index b6a2726..4fce6c1 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -2,7 +2,6 @@ name: FHIR IG CI/CD Pipeline with Version Persistence on: push: - branches: [ main, develop ] tags: - 'v*.*.*' # Trigger on version tags like v0.3.0 pull_request: diff --git a/input/pagecontent/history.xml b/input/pagecontent/history.xml index f922f39..c94ba7b 100644 --- a/input/pagecontent/history.xml +++ b/input/pagecontent/history.xml @@ -18,14 +18,14 @@ {% for entry in site.data['package-list'].list %} - {% unless entry.version == 'current' %} + {% if entry.version != 'current' %} {{entry.version}} - {{entry.date | default: 'N/A'}} - {{entry.status | default: 'unknown'}} + {{entry.date}} + {{entry.status}} {{entry.desc}} - {% endunless %} + {% endif %} {% endfor %} @@ -34,7 +34,7 @@ {% for entry in site.data['package-list'].list %} {% if entry.version == 'current' %}
-

Latest development build: {{entry.path}}

+

Latest development build is available at: {{entry.path}}

{% endif %} {% endfor %}