This is a project to manage the telegeram channel news_il
main
with the name of the feature you are adding like feature/feature_name
main
with the name of the bug you are fixing like bug/bug_name
type: message
where type is one of the following:
feat
: A new featurefix
: A bug fixdocs
: Documentation only changesstyle
: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)refactor
: A code change that neither fixes a bug nor adds a featureperf
: A code change that improves performancetest
: Adding missing or correcting existing testschore
: Changes to the build process or auxiliary tools and libraries such as documentation generationYOU MUST NOT DEPLOY!
Deployment is done automatically by github actions when a new commit is pushed to the main
branch