Skip to content

chore: don't bump version for merge to main #404

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 2 commits into from
Jan 5, 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
15 changes: 0 additions & 15 deletions .github/workflows/on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,6 @@ jobs:
run: npm run lerna-lint
- name: Run tests
run: npm run lerna-test
- name: "Version and publish"
env:
GH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}
run: |
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

# For merge to main we
## don't create github release,
## don't update changelog (--no-changelog)
## bump version as a pre-release (--conventional-prerelease)
## add a custom preid (--preid dev): 0.2.0-dev.1 -> 0.2.0-dev.2
npx lerna version --conventional-commits --conventional-prerelease --preid dev --force-publish=* --yes --no-changelog
git push --delete origin $(git describe --abbrev=0)
- name: update release draft
uses: release-drafter/release-drafter@v5.15.0
env:
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^0.2.0-dev.2",
"@aws-lambda-powertools/commons": "0.2.0-beta.19",
"@middy/core": "^2.5.3",
"@types/aws-lambda": "^8.10.72",
"lodash": "^4.17.21",
Expand Down
18 changes: 9 additions & 9 deletions packages/metrics/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^0.2.0-dev.2",
"@aws-lambda-powertools/commons": "0.2.0-beta.19",
"@types/aws-lambda": "^8.10.72"
}
}
Loading