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.
varl committed Nov 18, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 380ddb2 commit 9fd0dd7
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CODEOWNERS
This CODEOWNERS file contains errors

CODEOWNERS errors

  • Unknown owner on line 2: make sure the team @dhis2/team-platform exists, is publicly visible, and has write access to the repository
    *        @dhis2/team-platform
  • Unknown owner on line 5: make sure the team @dhis2/team-platform exists, is publicly visible, and has write access to the repository
    /src/    @dhis2/team-platform @dhis2/team-qa
  • Unknown owner on line 6: make sure the team @dhis2/team-platform exists, is publicly visible, and has write access to the repository
    /docs/   @dhis2/team-platform @dhis2/team-qa
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
2 changes: 2 additions & 0 deletions d2.config.js
Original file line number Diff line number Diff line change
@@ -11,6 +11,8 @@ const config = {
name: 'scheduler',
description,
type: 'app',
id: '2eacfda3-e887-4121-80bc-63ee82fba5e9',
minDHIS2Version: '2.36',
coreApp: true,
entryPoints: {
app: './src/components/App/index.js',

0 comments on commit 9fd0dd7

Please sign in to comment.