File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
aws_lambda_powertools/shared Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -268,16 +268,16 @@ jobs:
268268 # ./layer_v3/scripts/update_layer_arn.sh cdk-layer-stack
269269 # NOTE: It felt unnecessary creating yet another PR to update changelog w/ latest tag
270270 # 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 }}
281281
282282 prepare_docs_alias :
283283 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11"""Exposes version constant to avoid circular dependencies."""
22
3- VERSION = "3.0.0 "
3+ VERSION = "2.9.9 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 3.0.0 "
3+ version = " 2.9.9 "
44description = " Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity."
55authors = [" Amazon Web Services" ]
66include = [" aws_lambda_powertools/py.typed" , " THIRD-PARTY-LICENSES" ]
You can’t perform that action at this time.
0 commit comments