Skip to content

Commit 275b244

Browse files
authored
Merge pull request #117 from brionmario/update-docs
feat: aggregate changelog
2 parents 3fdb41b + 614559d commit 275b244

File tree

5 files changed

+1126
-4
lines changed

5 files changed

+1126
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
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
@@ -61,7 +62,7 @@ jobs:
6162
with:
6263
title: "[Release] [GitHub Action] Update package versions"
6364
publish: pnpm publish:packages
64-
version: pnpm version:packages
65+
version: pnpm version:packages && pnpm aggregate-changelogs
6566
commit: "[WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions"
6667
env:
6768
GITHUB_TOKEN: ${{ env.GH_TOKEN }}

0 commit comments

Comments
 (0)