Stream: IG creation
Topic: JIRA-specs: version-code-default 0.1.0
Mohammad Jafari (Mar 30 2021 at 17:01):
The previous version of our IG was for some reason 0.1
.
The default JIRA-specs file generated by the IG tool puts the version as 0.1.0
which leads to a build fail complaining that the 0.1
has been removed and versions should never be removed.
When I change this manually to 0.1
, I get this error from the JIRA-spec build:
Key 'version-code-default' with value '0.1.0' not found for identity constraint of element 'specification'.
I though of adding both a 0.1
and a 0.1.0
but I'm afraid this will lead to confusion on JIRA if these are shown as two different versions. Any advice how to fix this @Lloyd McKenzie ?
Lloyd McKenzie (Mar 30 2021 at 17:34):
Keep 0.1 and mark it as deprecated
Mohammad Jafari (Mar 30 2021 at 20:02):
It seems like I finally managed to get this to work (I started last april!) :tada:
https://github.com/HL7/JIRA-Spec-Artifacts/pull/188
Is there a protocol for notifying admins to merge the PR?
Lloyd McKenzie (Mar 30 2021 at 20:27):
Admins automatically get notified when you submit a pull request or when you commit against an existing pull request. I commented on the submission.
Mohammad Jafari (Mar 30 2021 at 23:01):
ok I'll follow up with you in the PR.
Last updated: Apr 12 2022 at 19:14 UTC