File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4949- Extends some config (you can see all the rules [here](src/coding_style.php))
5050- Use tabs to indent ([reason](https://www.youtube.com/watch? v=yD2T42zsP7c))
5151
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
5358
5459Publishing this package we are committing ourselves to the following code quality standards:
5560
5661- 🤝 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
5964- 📖 ** Well documented Readme** showing how to install and use
6065- ⚖️ ** License favoring Open Source** and collaboration
You can’t perform that action at this time.
0 commit comments