Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
defe5e7
chore: convert create-pr steps into composite action
heitorlessa May 11, 2023
b36dea7
chore(ci): changelog to use new create-pr action
heitorlessa May 11, 2023
2ca2f0e
chore(ci): revert changelog to trigger on push
heitorlessa May 11, 2023
3905a4c
chore: document custom action
heitorlessa May 11, 2023
0d53e16
chore: add support for any target branch
heitorlessa May 11, 2023
e391610
chore: create a PR to bump version after release
heitorlessa May 11, 2023
5347f64
chore: write permission is no longer necessary
heitorlessa May 11, 2023
5e0dc37
chore: propagate permissions
heitorlessa May 11, 2023
e9eae01
chore: support pulling from a branch or sha
heitorlessa May 11, 2023
589d30e
chore: remove docs publishing from layer deploy workflow
heitorlessa May 11, 2023
6d069ab
chore: create PR with layer arn updates
heitorlessa May 11, 2023
4550c93
chore: remove now redundant update_v2_layer_arn_docs workflow
heitorlessa May 11, 2023
2a220f1
chore: remove changelog from release
heitorlessa May 11, 2023
1a448ab
chore: update changelog to include new release version
heitorlessa May 11, 2023
44eefa7
chore: update release process
heitorlessa May 11, 2023
cd9d6e6
Merge branch 'develop' into chore/update-layer-arn-pr
heitorlessa May 12, 2023
c994f71
chore: address leandro's feedback
heitorlessa May 12, 2023
cab279a
chore: address leandro's feedback
heitorlessa May 12, 2023
1d2e94a
chore(ci): add skip-changelog label in PRs
heitorlessa May 12, 2023
202fd6c
chore(ci): new job to create git tag as part of release
heitorlessa May 12, 2023
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: write permission is no longer necessary
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
  • Loading branch information
heitorlessa committed May 11, 2023
commit 5347f6423aeeb8913f38b37af4d3206921966ea8
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
build:
runs-on: aws-lambda-powertools_ubuntu-latest_4-core
permissions:
contents: write
contents: read
outputs:
RELEASE_VERSION: ${{ steps.release_version.outputs.RELEASE_VERSION }}
env:
Expand Down