Skip to content

Commit

Permalink
GITBOOK-941: review breaking change
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 6f424cb commit 2aa0889
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Here at rocket.chat we decided to make a changelog focused on the person who man
So we created some rules (similar to conventional commits) to help organize the changelog generation

* `Regression: Your title here...` The term regression is used a little differently here on rocket.chat Regression means a bug introduced in the development period, which is being fixed before being released. No one has ever seen this problem in production, as it never existed in production. This is a regression. **This pull request and its description will be omitted from the release.**
* `Chore: Your title here` Things that don't matter to the customer/end user. Like: CI tweaks, rewrites that don't change behavior, Testing
* `[NEW] 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
* `[IMPROVE] Your title here...` Similar to `NEW`, but it is about improvements in the features that already exist
* `[BREAK] 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.
* `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.

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

Expand Down

0 comments on commit 2aa0889

Please sign in to comment.