squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.66k stars 1.48k forks source link

Document release process #3861

Closed jrfnl closed 9 months ago

jrfnl commented 1 year ago

In a number of projects I'm involved in, I've started adding "release checklists" in an effort to document the steps for releasing a new version and make that knowledge transferable.

Example:

The release process for this repo is currently not documented and I believe it would be helpful to document it.

Aside from the obvious (tag & release on GH), I'm aware of a few additional things which are needed for this repo, but I currently don't have insight into the exact steps involved/the how of these things.

jrfnl commented 9 months ago

Closing as replaced by PHPCSStandards/PHP_CodeSniffer#32