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 %}