Skip to content

Commit 1978912

Browse files
committed
feat: add aggregate-changelogs script and update package.json
- Introduced a new script to aggregate all CHANGELOG.md files in the Nx workspace into a single root CHANGELOG.md. - Updated package.json to include a new script command for aggregating changelogs. - Modified README.md for improved formatting of quick start guides.
1 parent c96e66e commit 1978912

File tree

5 files changed

+1126
-3
lines changed

5 files changed

+1126
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
id: get-pnpm-cache-dir
4848
run: |
4949
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
50+
5051
- name: 🧩 Install Dependencies
5152
id: install-dependencies
5253
run: pnpm install
@@ -65,3 +66,7 @@ jobs:
6566
commit: "[WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions"
6667
env:
6768
GITHUB_TOKEN: ${{ env.GH_TOKEN }}
69+
70+
- name: 📝 Aggregate CHANGELOGs
71+
id: aggregate-changelogs
72+
run: pnpm aggregate-changelogs

0 commit comments

Comments
 (0)