File tree 3 files changed +12
-12
lines changed
aws_lambda_powertools/shared
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -268,16 +268,16 @@ jobs:
268
268
# ./layer_v3/scripts/update_layer_arn.sh cdk-layer-stack
269
269
# NOTE: It felt unnecessary creating yet another PR to update changelog w/ latest tag
270
270
# since this is the only step in the release where we update docs from a temp branch
271
- - name : Update changelog with latest tag
272
- run : make changelog
273
- - name : Create PR
274
- id : create-pr
275
- uses : ./.github/actions/create-pr
276
- with :
277
- files : " docs/index.md examples CHANGELOG.md"
278
- temp_branch_prefix : " ci-layer-docs"
279
- pull_request_title : " chore(ci): layer docs update"
280
- github_token : ${{ secrets.GITHUB_TOKEN }}
271
+ # - name: Update changelog with latest tag
272
+ # run: make changelog
273
+ # - name: Create PR
274
+ # id: create-pr
275
+ # uses: ./.github/actions/create-pr
276
+ # with:
277
+ # files: "docs/index.md examples CHANGELOG.md"
278
+ # temp_branch_prefix: "ci-layer-docs"
279
+ # pull_request_title: "chore(ci): layer docs update"
280
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
281
281
282
282
prepare_docs_alias :
283
283
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
"""Exposes version constant to avoid circular dependencies."""
2
2
3
- VERSION = "3.0.0 "
3
+ VERSION = "2.9.9 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 3.0.0 "
3
+ version = " 2.9.9 "
4
4
description = " Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity."
5
5
authors = [" Amazon Web Services" ]
6
6
include = [" aws_lambda_powertools/py.typed" , " THIRD-PARTY-LICENSES" ]
You can’t perform that action at this time.
0 commit comments