From 0c3cd381bc359e9a4cd498983057d4e07e73577f Mon Sep 17 00:00:00 2001 From: Sean Langlands Date: Tue, 10 Feb 2026 09:23:45 -0800 Subject: [PATCH] chore(ci): update changelog action version and add changelog title --- .github/workflows/changelog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 63d383ac2..bddd066b3 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -18,7 +18,7 @@ jobs: pull-requests: read steps: - uses: actions/checkout@v6 - - uses: Automattic/vip-actions/changelog@64cb27606455c925183e07065f050846d69b2120 + - uses: Automattic/vip-actions/changelog@2bcb000c7bae0a75493afed7cf47f4529cdd2c8e with: endpoint: 'https://docs.wpvip.com/wp-json/wp/v2/changelogs' endpoint-token: ${{ secrets.CHANGELOG_DOCS_POST_TOKEN }} @@ -29,3 +29,4 @@ jobs: tag-id: '115' link-to-pr: false source: 'last-release' + changelog-title: 'VIP-CLI v{version}'