chore: enhance bump script to default to a minor version bump#4389
chore: enhance bump script to default to a minor version bump#4389mergify[bot] merged 3 commits intomasterfrom
Conversation
Also supports any semVer string as input for scenarios where we want to release patches, major versions, etc. Made a switch to use standard-version to create a commit at the end of the bump. standard-version also takes care of the CHANGELOG generation now.
|
Thanks so much for taking the time to contribute to the AWS CDK ❤️ We will shortly assign someone to review this pull request and help get it
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
eladb
left a comment
There was a problem hiding this comment.
I am wondering why not also push this to a branch at the end? Any reason to leave these manual steps?
|
Taking back what I said about the push. Delivlib’s auto-bump will take care of it. |
|
So basically just a couple of minor comments in the script. |
I'm guessing you mean the tag. I held off on the branch and push because I felt it was a little heavy-handed. Might be good to test on a couple of releases and make sure we don't observe considerations I might've missed before we add it. Having said that creating a branch and pushing to it should be as simple as adding it as a |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request is now being automatically merged. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Also supports any semVer string as input for scenarios where we want to release patches,
major versions, etc.
Made a switch to use
standard-versionto create a commit at the end of the bump.standard-versionalso takes care of the CHANGELOG generation now.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license