|
49 | 49 | - Extends some config (you can see all the rules [here](src/coding_style.php))
|
50 | 50 | - Use tabs to indent ([reason](https://www.youtube.com/watch?v=yD2T42zsP7c))
|
51 | 51 |
|
52 | | -## 👌 Codely Code Quality Standards |
| 52 | +## 📦 How to release a new version |
| 53 | + |
| 54 | +Simply create a new [GitHub Release](https://github.com/CodelyTV/php-coding_style-codely/releases/new) following |
| 55 | +semantic versioning. |
| 56 | + |
| 57 | +## 👌 Codely Code Quality Standards |
53 | 58 |
|
54 | 59 | Publishing this package we are committing ourselves to the following code quality standards:
|
55 | 60 |
|
56 | 61 | - 🤝 Respect **Semantic Versioning**: No breaking changes in patch or minor versions
|
57 | | -- 🤏No surprises in transitive dependencies: Use the **bare minimum dependencies** needed to meet the purpose |
58 | | -- 🎯**One specific purpose** to meet without having to carry a bunch of unnecessary other utilities |
| 62 | +- 🤏No surprises in transitive dependencies: Use the **bare minimum dependencies** needed to meet the purpose |
| 63 | +- 🎯**One specific purpose** to meet without having to carry a bunch of unnecessary other utilities |
59 | 64 | - 📖 **Well documented Readme** showing how to install and use
|
60 | 65 | - ⚖️ **License favoring Open Source** and collaboration
|
0 commit comments