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

build(deps): bump @tiptap/starter-kit from 2.1.12 to 2.4.0 #449

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

build(deps): bump @tiptap/starter-kit from 2.1.12 to 2.4.0

62b5a78
Select commit
Loading
Failed to load commit list.
Open

build(deps): bump @tiptap/starter-kit from 2.1.12 to 2.4.0 #449

build(deps): bump @tiptap/starter-kit from 2.1.12 to 2.4.0
62b5a78
Select commit
Loading
Failed to load commit list.
Daeuniverse Governor / Daeuniverse Governor / validate_pr_title failed Jun 17, 2024 in 1s

Validate PR title

Summary

The current PR title is invalid.

A valid PR title should stick to the following format. Please take a look and get it fixed. After wards, I will validate it for you again.

Format

<type>(<scope>): <subject>

<scope> is optional

Examples

Single type

feat: add hat wobble
^--^  ^------------^
|     |
|     +-> Summary in present tense.
|
+-------> Type: <fix,feat,feature,patch,hotfix,ci,optimize,refactor,style,doc,docs,mock,fixture,chore,test,api>.

Multiple types

patch/optimize(ebpf): refine hat wobble
^------------^ ^__^   ^---------------^
|              |      |
|              |      +-> Summary in present tense.
|              |
|              +-> Scope of the proposed changes.
|
+-------> Type: <fix,feat,feature,patch,hotfix,ci,optimize,refactor,style,doc,docs,mock,fixture,chore,test,api>.