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
- Create release branch for version
- Change version and status in sushi-config.yaml
- Update publication-request.json in /
- Run "npm run build" and "npm run publish"
- Test by "npm run serve"
- If something goes wrong - delete version folder in /published and delete version in package-list.json
- Upload published/base and published/*.xml to the webserver /ig folder.
- Commit and push to origin
- Checkout master
- Merge release branch into master locally
- Change version and status in sushi-config.yaml and push to origin.