fix: move from cli-style to shared configs#1434
Conversation
9592ade to
c8b1d86
Compare
aa92ab5 to
70128f1
Compare
70128f1 to
2044257
Compare
24ebd01 to
a824729
Compare
a824729 to
36b4dc1
Compare
|
| "docs:serve": "d2-utils-docsite serve ./docs -o ./dist", | ||
| "lint": "d2-style check js && d2-style check text" | ||
| "lint": "eslint && prettier -c .", | ||
| "prepare": "husky" |
There was a problem hiding this comment.
Figure out what this does? 😁
There was a problem hiding this comment.
confirmed this is a lifecycle method that would initialise husky (on yarn install)
| - run: yarn add -W @commitlint/config-conventional@13 | ||
| - id: commitlint | ||
| run: echo ::set-output name=config_path::$(node -e "process.stdout.write(require('@dhis2/cli-style').config.commitlint)") | ||
| run: | | ||
| curl https://raw.githubusercontent.com/dhis2/cli-style/refs/heads/master/config/commitlint.config.js -o commitlint.config.js | ||
| echo ::set-output name=config_path::commitlint.config.js | ||
| - run: echo ${{ steps.commitlint.outputs.config_path }} | ||
| - run: cat ${{ steps.commitlint.outputs.config_path }} |
There was a problem hiding this comment.
Just a note to self: this can become a one-liner when commit-lint is added to shared configs;
Nice to do the same for PR title lint
There was a problem hiding this comment.
added a comment about it to the revamp epic
# [3.17.0-beta.3](v3.17.0-beta.2...v3.17.0-beta.3) (2026-04-15) ### Bug Fixes * move from cli-style to shared configs ([#1434](#1434)) ([9a08180](9a08180))
|
🎉 This PR is included in version 3.17.0-beta.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# [3.17.0](v3.16.0...v3.17.0) (2026-04-16) ### Bug Fixes * linting issue ([#1435](#1435)) ([38ef33d](38ef33d)) * move from cli-style to shared configs ([#1434](#1434)) ([9a08180](9a08180)) ### Features * move data engine to a standalone package without react dependency [LIBS-711] ([#1392](#1392)) ([f16c5c8](f16c5c8)) * support api key authentication and automatic query alias creation ([#1418](#1418)) ([6e8e9f6](6e8e9f6))
|
🎉 This PR is included in version 3.17.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |



No description provided.