HL7Sweden / basprofiler-r4

Repository for suggested base profiles withing the r4 release
8 stars 5 forks source link
fhir fhir-profiles hl7 sweden

basprofiler-r4

Repository for suggested Swedish base profiles withing the r4 release

CI Build: http://build.fhir.org/ig/HL7Sweden/basprofiler-r4/

Release process Prereq: https://github.com/HL7/fhir-ig-history-template.git and https://github.com/FHIR/ig-registry.git have been added as git submodules. Ensure they have been retrieved before running npm run build

  1. Create release branch for version
  2. Change version and status in sushi-config.yaml
  3. Update publication-request.json in /
  4. Run "npm run build" and "npm run publish"
  5. Test by "npm run serve"
    • If something goes wrong - delete version folder in /published and delete version in package-list.json
  6. Upload published/base and published/*.xml to the webserver /ig folder.
  7. Commit and push to origin
  8. Checkout master
  9. Merge release branch into master locally
  10. Change version and status in sushi-config.yaml and push to origin.