rou9e/framework

Light framework with common tools to play around

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/rou9e/framework

1.1.29 2025-07-17 18:07 UTC

This package is auto-updated.

Last update: 2025-10-17 18:35:56 UTC


README

https://packagist.org/packages/rou9e/framework

Step 01 - Versioning

Updating composer.json to change current version (ex : 1.1.29)

Step 02 - Committing

gitcommitm " -- Committing new tag 1.1.29 -- -- Switching repository "

Step 03 - Pushing

gitpush

Step 04 - Tagging

git tag 1.1.29; git push --tags;

In case of needing to delete a tag

git tag -d 1.1.29; git push --delete origin 1.1.29;