Skip to content

Commit

Permalink
Corrected version, added package info
Browse files Browse the repository at this point in the history
  • Loading branch information
lmckenzi committed Feb 26, 2020
2 parents 4bc5996 + dfcd9bc commit 812cd7b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 27 deletions.
65 changes: 41 additions & 24 deletions package-list.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,41 @@
{
"package-id" : "hl7.base.template",
"title" : "Base template for HL7 IGs",
"canonical" : "http://fhir.org/templates/hl7.base.template",
"introduction" : "This is the basic template for HL7 guides",
"list" : [
{
"version" : "current",
"desc" : "Continuous Integration Build (latest in version control)",
"path" : "https://build.fhir.org/ig/HL7/ig-template-hl7",
"status" : "ci-build",
"current" : true
},
{
"version" : "0.0.1",
"date" : "2020-02-03",
"desc" : "First Release",
"path" : "http://fhir.org/templates/fhir.base.template/0.0.1",
"status" : "release",
"sequence" : "Publications",
"current" : true
}
]
}
{
"package-id": "hl7.base.template",
"title": "Base template for HL7 IGs",
"canonical": "http://fhir.org/templates/hl7.base.template",
"introduction": "This is the basic template for HL7 guides",
"list": [
{
"version": "current",
"desc": "Continuous Integration Build (latest in version control)",
"path": "https://build.fhir.org/ig/HL7/ig-template-hl7",
"status": "ci-build",
"current": true
},
{
"version": "0.2.0",
"desc": "Added validation of package-list, jira spec file generation",
"path": "http://fhir.org/templates/hl7.base.template/0.2.0",
"status": "release",
"sequence": "Publications",
"current": true,
"date": "xxxx-xx-xx"
},
{
"version": "0.1.0",
"desc": "Upgrade for dependency on fhir.base.template",
"path": "http://fhir.org/templates/hl7.base.template/0.1.0",
"status": "release",
"sequence": "Publications",
"current": true,
"date": "2020-02-17"
},
{
"version": "0.0.1",
"date": "2020-02-03",
"desc": "First Release",
"path": "http://fhir.org/templates/fhir.base.template/0.0.1",
"status": "release",
"sequence": "Publications"
}
]
}
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "hl7.base.template",
"version": "0.1.0",
"type": "fhir.template",
"license": "CC0-1.0",
"description": "HL7 Core Template - base tempalte for use with HL7-published IGs. Shouldn't be used directly - use FHIR, v2, CDA, etc.",
"description": "HL7 Core Template - base tempalte for use with HL7-published IGs. Shouldn\u0027t be used directly - use FHIR, v2, CDA, etc.",
"author": "http://hl7.org/fhir",
"canonical": "http://fhir.org/templates/hl7.base.template",
"base": "fhir.base.template",
"dependencies": {
"fhir.base.template": "current"
}
},
"version": "0.2.0"
}

0 comments on commit 812cd7b

Please sign in to comment.