Skip to content

Commit

Permalink
fix: add missing dependencies for semantic-release (#3062)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Aug 26, 2024
1 parent 69b8425 commit 9fe6ae5
Show file tree
Hide file tree
Showing 4 changed files with 2,255 additions and 76 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}
DEBUG: '*'

- name: Publish to AppHub
run: yarn run d2-app-scripts publish
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ build
cypress.env.json
cypress/screenshots
cypress/videos
cypress/downloads
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cypress-commands": "^10.0.6",
"@dhis2/cypress-plugins": "^10.0.6",
"@semantic-release/changelog": "^6",
"@semantic-release/exec": "^6",
"@semantic-release/git": "^10",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^12",
"cypress": "^13.13.1",
Expand All @@ -60,6 +63,7 @@
"patch-package": "^7",
"postinstall-postinstall": "^2.1.0",
"redux-mock-store": "^1.5.4",
"semantic-release": "^20",
"start-server-and-test": "^1.14.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 9fe6ae5

Please sign in to comment.