Skip to content

Commit 1a448ab

Browse files
committed
chore: update changelog to include new release version
1 parent 2a220f1 commit 1a448ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish_v2_layer.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,15 @@ jobs:
178178
run: |
179179
ls -la cdk-layer-stack/
180180
./layer/scripts/update_layer_arn.sh cdk-layer-stack
181+
# NOTE: It felt unnecessary creating yet another PR to update changelog w/ latest tag
182+
# since this is the only step in the release where we update docs from a temp branch
183+
- name: Update changelog with latest tag
184+
run: make changelog
181185
- name: Create PR
182186
id: create-pr
183187
uses: ./.github/actions/create-pr
184188
with:
185-
files: "docs/index.md examples"
189+
files: "docs/index.md examples CHANGELOG.md"
186190
temp_branch_prefix: "ci-layer-docs"
187191
pull_request_title: "chore(ci): layer docs update"
188192
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)