Skip to content

Commit

Permalink
GITBOOK-942: adjust breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
casalsgh authored and gitbook-bot committed Apr 1, 2024
1 parent 2aa0889 commit d5e5d86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ So we created some rules (similar to conventional commits) to help organize the
* `Chore: Your title here` Things that don't matter to the customer/end user. Like: CI tweaks, rewrites that don't change behavior or testing.
* `Feat: Your title here...` This one applies to new stuff, which will be released in the future, NEVER expect a new one to make it into previous releases
* `Fix: Your title here...` Used to show that we are delivering a fix or small change in behavior for a given area of the code.
* `Use Chore! ; Feat! or Fix! Your title here...` This is not something you see every day, but it needs to be remembered. When we decide to change some functionality, or remove some functionality, it can affect the customer's life and he needs to know. Be careful, as this PR will be waiting for a MAJOR release, this may take some time.
* `Use Chore!: ; Feat!: or Fix!: Your title here...` This is not something you see every day, but it needs to be remembered. When we decide to change some functionality, or remove some functionality, it can affect the customer's life and he needs to know. Be careful, as this PR will be waiting for a MAJOR release, this may take some time.

Please make sure PR has a name that really translates the modification involved in it.

Expand Down

0 comments on commit d5e5d86

Please sign in to comment.