Skip to content

Commit 84ccd27

Browse files
authored
Merge pull request #967 from FirelyTeam/copilot/fix-965
Remove develop-2.0 branch trigger and restructure README sections
2 parents 355e848 + 4ad207e commit 84ccd27

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
This is NCQA's and Firely's official support SDK for working with [CQL][cql-spec] on the Microsoft .NET (dotnet) platform. It contains an engine for executing ELM,
66
and/or turning the contents of an ELM file into a .NET assembly so it can be called statically.
77

8-
## Release notes
9-
This is release version 2.1 of the engine.
10-
Earlier 1.x releases will be maintained with hotfixes, but will not receive new features.
11-
128
The engine has been tested by running it against the current NCQA HEDIS measures and CMS measures.
139
There is quite some variation in how CQL is written and interpreted,
1410
so it is likely at this early stage that there will be deviations from other engines currently available.
1511

12+
## Release Notes
13+
This is release version 2.1 of the engine.
14+
Earlier 1.x releases will be maintained with hotfixes, but will not receive new features.
15+
1616
The releases notes
1717
at [firely-cql-sdk/releases](https://github.com/FirelyTeam/firely-cql-sdk/releases) for each major version will document these changes and (major) issues we have encountered.
1818

@@ -93,6 +93,8 @@ We are welcoming contributions!
9393

9494
If you want to participate in this project, we're using [Git Flow][nvie] for our branch management. Please submit PRs with changes against the `develop` branch.
9595

96+
Current 2.x development is done against the `develop` branch, while hotfixes are done under the `support/1.x` branch. Please refer to our [Git Branching and Workflow Guidelines](https://github.com/FirelyTeam/firely-cql-sdk/wiki/Git-Branching-and-Workflow-Guidelines) on the wiki for detailed guidelines on git branching and naming conventions.
97+
9698
[cql-spec]: https://cql.hl7.org/
9799
[netsdk-zulip]: https://chat.fhir.org/#narrow/stream/dotnet
98100
[cql-zulip]: https://chat.fhir.org/#narrow/stream/179220-cql

build/azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ trigger:
2121
branches:
2222
include:
2323
- develop*
24-
- develop-2.0*
2524
- release*
2625
- refs/tags/v*
2726
- spike*

0 commit comments

Comments
 (0)