ludovicm67 / playground-semantic-release
Playground for semantic-release and PHP
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires (Dev)
- phpunit/phpunit: ^10.0
README
This repository is a simple PHP project:
- a class called
Something
, with asayHello
static function - basic tests to test that project
The CI is configured to install all required tools to run semantic-release
to release a new version depending of the kind of commit when required.
Changelogs, Git tags and GitHub releases are also updated.