Skip to content

Commit 499e330

Browse files
committed
docs: add how to make a new release
1 parent 6aa1ff9 commit 499e330

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,17 @@
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

5459
Publishing 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

0 commit comments

Comments
 (0)