Skip to content

Commit

Permalink
chore(release): migrate to new app version scheme
Browse files Browse the repository at this point in the history
Align all our application versions that range between 0.x.x and 36.x.x
with different semantics to a single version scheme with distinct
semantics for what constitutes a breaking change.

We have chosen to bump to v100.0.0 to signify the depature from the old
version scheme to the new.

For more information:
dhis2/notes#293

BREAKING CHANGE: App version becomes decoupled from DHIS2 versions, see
the d2.config.js or App Hub for DHIS2 version compatibility.
  • Loading branch information
varl committed Nov 18, 2021
1 parent 380ddb2 commit 7700edf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# default code owner for repo
* @dhis2/team-platform

# code owners for functionality
/src/ @dhis2/team-platform @dhis2/team-qa
/docs/ @dhis2/team-platform @dhis2/team-qa

0 comments on commit 7700edf

Please sign in to comment.