Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 649 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 649 Bytes

Contributing

Development

After cloning the repository locally, run:

composer install

Releasing a New Version

On GitHub, create a new release. Set the tag and release title to the semantic version, but prepend the letter v. For example, if releasing version 1.1.1, the tag and release title should be v1.1.1. Leave target set to main and add any release notes to the description field.

Hit 'Publish release' to finalize the release. This will automatically update Packagist with the latest version.