Skip to content

chore(cicd): fix publish #336

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 28 commits into from
Dec 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
64dc71c
Add release step
Dec 6, 2021
0dae809
chore(cicd): Add package and github release
Dec 6, 2021
cc259d1
chore(cicd): set npm publish
flochaz Dec 6, 2021
0b21273
test(cicd): Fix/release (#321)
flochaz Dec 15, 2021
9df4493
fix(cicd): Fix/release (#323)
flochaz Dec 15, 2021
9a7c850
chore(cicd): fix release
flochaz Dec 15, 2021
87cbf3c
v0.1.0-beta.7
flochaz Dec 15, 2021
3eaabd2
chore(cicd): fix scope
flochaz Dec 15, 2021
534ee8d
Merge branch 'chore/releaseFlow' of github.com:awslabs/aws-lambda-pow…
flochaz Dec 15, 2021
e862eec
v0.1.0-beta.8
flochaz Dec 15, 2021
0427ec3
fix test branch
flochaz Dec 15, 2021
819098b
fix(metrics): lib entrypoint
flochaz Dec 15, 2021
b8d1881
v0.1.0-beta.9
flochaz Dec 15, 2021
b1e8027
fix release target branch
flochaz Dec 15, 2021
8c6296f
Merge branch 'chore/releaseFlow' of github.com:awslabs/aws-lambda-pow…
flochaz Dec 15, 2021
6896076
Merge remote-tracking branch 'origin/main' into chore/releaseFlow
flochaz Dec 16, 2021
a497b2c
fix package-lock
flochaz Dec 16, 2021
265fe3d
reset versions for real release
flochaz Dec 16, 2021
1112f6d
fix missing deps
flochaz Dec 17, 2021
0dd05ed
fix old ref to personal org
flochaz Dec 17, 2021
d2805e6
Merge remote-tracking branch 'origin/main' into chore/releaseFlow
flochaz Dec 17, 2021
651f31f
chore(cicd): fix publish flow
flochaz Dec 17, 2021
d000e53
test bypass
flochaz Dec 17, 2021
7fc450d
fix workflow syntax
flochaz Dec 17, 2021
c6f15a4
v0.1.0-beta.10
github-actions[bot] Dec 17, 2021
be10165
Merge remote-tracking branch 'origin/main' into chore/releaseFlow
flochaz Dec 17, 2021
43d1df4
revert merge and fix doc
flochaz Dec 17, 2021
fa5b22c
back to main
flochaz Dec 17, 2021
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
3 changes: 3 additions & 0 deletions .github/workflows/on-docs-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '17.2'
- name: "Setup npm"
run: |
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PUBLISH_TOKEN }}
fetch-depth: 0

- name: "Use NodeJS 14"
Expand All @@ -33,10 +34,11 @@ jobs:
run: npm run lerna-test
- name: "Version and publish"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor}}@users.noreply.github.com"
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

if [ ${{ github.base_ref }} = main ]; then
npx lerna version --conventional-commits --create-release github --yes
Expand Down
8 changes: 8 additions & 0 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-beta.10](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.0-beta.9...v0.1.0-beta.10) (2021-12-17)

**Note:** Version bump only for package @aws-lambda-powertools/commons