Skip to content

chore: updated rc release flow #1005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on-release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
npx lerna version --conventional-commits --force-publish=* --yes
npx lerna version --conventional-commits --force-publish --conventional-prerelease --preid rc --yes
npx lerna publish from-git --no-verify-access --yes
#########################
# Generate documentation
Expand Down
94 changes: 47 additions & 47 deletions examples/cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"package-bundle": "echo 'Not applicable'",
"test:unit": "npm run build && jest",
"test:e2e": "echo 'To be implemented ...'",
"version": "npm install @aws-lambda-powertools/logger@0.7.0 @aws-lambda-powertools/tracer@0.7.0 @aws-lambda-powertools/metrics@0.7.0 && git add package.json",
"version": "npm install @aws-lambda-powertools/logger@0.11.0 @aws-lambda-powertools/tracer@0.11.0 @aws-lambda-powertools/metrics@0.11.0 && git add package.json",
"cdk": "cdk"
},
"devDependencies": {
Expand All @@ -32,9 +32,9 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^0.7.0",
"@aws-lambda-powertools/metrics": "^0.7.0",
"@aws-lambda-powertools/tracer": "^0.7.0",
"@aws-lambda-powertools/logger": "^0.11.0",
"@aws-lambda-powertools/metrics": "^0.11.0",
"@aws-lambda-powertools/tracer": "^0.11.0",
"@aws-sdk/client-sts": "^3.53.0",
"@middy/core": "^2.5.6",
"@types/aws-lambda": "^8.10.86",
Expand All @@ -43,4 +43,4 @@
"constructs": "^10.0.82",
"source-map-support": "^0.5.16"
}
}
}
Loading