We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a220f1 commit 1a448abCopy full SHA for 1a448ab
.github/workflows/publish_v2_layer.yml
@@ -178,11 +178,15 @@ jobs:
178
run: |
179
ls -la cdk-layer-stack/
180
./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
185
- name: Create PR
186
id: create-pr
187
uses: ./.github/actions/create-pr
188
with:
- files: "docs/index.md examples"
189
+ files: "docs/index.md examples CHANGELOG.md"
190
temp_branch_prefix: "ci-layer-docs"
191
pull_request_title: "chore(ci): layer docs update"
192
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments