-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from fidelity/feature/compliant-versioning
Feature/compliant versioning
- Loading branch information
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# CDEvents Plugin version | ||
|
||
The CDEvents plugin is versioned as follows: | ||
|
||
`${revision}-${changelist}` | ||
|
||
Where `revision` is incremented to match the spec of the current CDEvents SDK, and `changelist` is automatically | ||
generated for each release. | ||
|
||
In short, increments to `revision` should reflect (potentially breaking) changes to the CDEvents SDK or CDEvents spec, | ||
while increments to `changelist` should reflect (non-breaking) changes to the CDEvents plugin itself. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters