You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,5 +77,21 @@ Have a fix for a problem you've been running into or an idea for a new feature y
77
77
78
78
Take a look at the [Contributing document](https://github.com/fastruby/ombu_labs-auth/blob/main/CONTRIBUTING.md) for instructions to set up the repo on your machine and create a good Pull Request.
79
79
80
+
## Release
81
+
82
+
If you are looking to contribute in the gem you need to be aware that we are using the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) specification to release versions in this gem.
83
+
84
+
which means, when doing a contribution your commit message must have the following structure
85
+
86
+
```git
87
+
<type>[optional scope]: <description>
88
+
89
+
[optional body]
90
+
91
+
[optional footer(s)]
92
+
```
93
+
94
+
[here](https://www.conventionalcommits.org/en/v1.0.0/#examples) you can find some commit's examples.
95
+
80
96
## License
81
97
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
0 commit comments