Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use automatic version numbers #22

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!--badges-->
[![License: CC BY-IGO 3.0](https://licensebuttons.net/l/by-nc/3.0/igo/80x15.png)](https://creativecommons.org/licenses/by/3.0/igo)
![CI Build](https://img.shields.io/github/actions/workflow/status/WorldHealthOrganization/smart-trust/ghbuild.yml)
![CI Build](https://img.shields.io/github/actions/workflow/status/costateixeira/smart-trust/ghbuild.yml)

![QA errors](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2FWorldHealthOrganization.github.io%2Fsmart-trust%2Fqa.json&query=%24.errs&logoColor=red&label=QA%20errors&color=yellow)
![QA warnings](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2FWorldHealthOrganization.github.io%2Fsmart-trust%2Fqa.json&query=%24.warnings&logoColor=orange&label=QA%20warnings&color=yellow)
![QA hints](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2FWorldHealthOrganization.github.io%2Fsmart-trust%2Fqa.json&query=%24.hints&logoColor=yellow&label=QA%20hints&color=yellow)
![QA errors](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcostateixeira.github.io%2Fsmart-trust%2Fqa.json&query=%24.errs&logoColor=red&label=QA%20errors&color=yellow)
![QA warnings](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcostateixeira.github.io%2Fsmart-trust%2Fqa.json&query=%24.warnings&logoColor=orange&label=QA%20warnings&color=yellow)
![QA hints](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcostateixeira.github.io%2Fsmart-trust%2Fqa.json&query=%24.hints&logoColor=yellow&label=QA%20hints&color=yellow)
<!--/badges-->
WHO SMART Trust
---
Expand All @@ -27,3 +27,4 @@ Issues: __https://github.com/WorldHealthOrganization/smart-trust/issues__
or the Kanban board: __https://github.com/WorldHealthOrganization/smart-trust/projects/1__



2 changes: 1 addition & 1 deletion input/fsh/cose_header.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Title: "COSE Headers (DRAFT)"
Description: "Data elements for COSE Headers https://www.iana.org/assignments/cose/cose.xhtml#header-parameters"

* ^url = "http://smart.who.int/trust/StructureDefinition/COSEHeader"
* ^version = "1.1.0"
//* ^version = "1.1.0"
* ^status = #active

* 1 0..1 string "Encryption Algorithm" "alg(1)"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/cwt.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Title: "CBOR Web Token (CWT) Claim"
Description: "Logical Model for Data elements in CBOR Web Token (CWT) https://www.iana.org/assignments/cwt/cwt.xhtml"

* ^url = "http://smart.who.int/trust/StructureDefinition/CWT"
* ^version = "1.1.0"
//* ^version = "1.1.0"
* ^abstract = true
* ^status = #active
* header 0..1 COSEHeader "COSE Header" "Header"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/cwt_payload.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: "Logical Model for CBOR Web Token (CWT) Payload Logical Modelin C


* ^url = "http://smart.who.int/trust/StructureDefinition/CWTPayload"
* ^version = "1.1.0"
//* ^version = "1.1.0"
* ^status = #active

* 1 0..1 Coding "Issuer Code (iss)" "Issuer"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/hcert.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The general usage of the HCERT Claim is defined [here](https://github.com/ehn-dc


* ^url = "http://smart.who.int/trust/StructureDefinition/HCert"
* ^version = "1.1.0"
//* ^version = "1.1.0"
* ^status = #active
* 1 0..1 $HCertDCC "HCERT EU DCC" "HCERT EU DCC"
//* 2 0..* $RACSEL_DDVC "RACSEL Vaccination Certficate Data Set claim" "RACSEL Vaccination Certificate (PROPOSED)"
Expand Down
2 changes: 2 additions & 0 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ dependencies:
who.ddcc: dev
who.ips-pilgrimage: dev

# parameters:
# apply-version: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@costateixeira please also upgrade the version to 1.1.1 with this change and describe change in publication-request json

Loading