Skip to content
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

fix(release): Don't validate single commit for semanticity #3715

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Aug 26, 2024

This usually fails for commits by tools that don't adhere to our requirements as the commit message is concerned. For example PRs like this one: #3714 As our changelog generation script only uses PR titles to begin with, we don't need this safeguard to lint single commit PRs on their commits as well.

This usually fails for commits by tools that don't adhere to our requirements as the commit message is concerned. For example PRs like this one: #3714
As our changelog generation script only uses PR titles to begin with, we don't need this safeguard to lint single commit PRs on their commits as well.
@xiehan xiehan merged commit eb656de into main Aug 28, 2024
429 checks passed
@xiehan xiehan deleted the pr-no-lint-commit branch August 28, 2024 14:10
ansgarm added a commit that referenced this pull request Sep 23, 2024
## 0.20.9

### feat

- feat(provider-generator): Skip definition attribute for
aws_quicksight_analysis.definition data source
[\#3725](#3725)

### fix

- fix(lib): render empty string as quotes
[\#3683](#3683)
- fix(lib): Correct types for allowedAccountIds & forbiddenAccountIds in
S3Backend [\#3669](#3669)
- fix(provider-generator): fix collision for Go for resources named
version [\#3670](#3670)
- fix(release): Don't validate single commit for semanticity
[\#3715](#3715)

### chore

- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3714](#3714)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3700](#3700)
- chore: add extra pr for a catch-all package update
[\#3699](#3699)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3693](#3693)
- chore: Upgrade dependencies for JSII
[\#3692](#3692)
- chore: Upgrade dependencies for util
[\#3691](#3691)
- chore: Upgrade dependencies for cli
[\#3690](#3690)
- chore: Upgrade dependencies for lib
[\#3689](#3689)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3682](#3682)
- chore: Upgrade dependencies for JSII
[\#3679](#3679)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3672](#3672)
- chore: added index pages for each library to the docs
[\#3671](#3671)
- chore: reorganize API documentation
[\#3668](#3668)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3666](#3666)
- chore: Upgrade dependencies for util
[\#3650](#3650)
- chore: Upgrade dependencies for cli
[\#3649](#3649)
- chore: Upgrade dependencies for JSII
[\#3648](#3648)
- chore: Upgrade dependencies for lib
[\#3647](#3647)
- chore(hcl2cdk): fix yarn command in Readme.md
[\#3624](#3624)

---------

Co-authored-by: Daniel Schmidt <[email protected]>
Copy link
Contributor

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants