Skip to content

Commit c737678

Browse files
authored
Merge pull request #118 from dhis2/cut-release-v100
chore(release): cut v100 and become continuously delivered
2 parents e6377cc + e43331f commit c737678

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/dhis2-verify-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- uses: dhis2/action-semantic-release@master
174174
with:
175-
publish-apphub: false # for now
175+
publish-apphub: true
176176
publish-github: true
177177
github-token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}
178178
apphub-token: ${{ secrets.DHIS2_BOT_APPHUB_TOKEN }}

CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# default code owner for repo
2+
* @dhis2/team-platform
3+
4+
# code owners for functionality
5+
/src/ @dhis2/team-platform @dhis2/team-qa
6+
/docs/ @dhis2/team-platform @dhis2/team-qa

d2.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module.exports = {
22
type: 'app',
33
title: 'Data Approval',
44
coreApp: true,
5+
id: 'c782611d-73a6-49d8-b252-fe802c0b4d08',
6+
minDHIS2Version: '2.37',
57
entryPoints: {
68
app: './src/app/index.js',
79
},

0 commit comments

Comments
 (0)