RELEASE_PROCESS.md
A release is mostly a git tag of http://github.com/wallabag/wallabag, following semantic versioning.
During this documentation, we assume the release is $LAST_WALLABAG_RELEASE (like 2.3.4).
app/config/wallabag.yml (wallabag.version)CHANGELOG.mdmaster branch or any appropriate branch (for instance backports).-dev in app/config/wallabag.yml (wallabag.version)composer.lock is always built for a particular version, by default the one it is generated (with composer update).
If the PHP version used to generate the .lock isn't a widely available one (like latest PHP versions), a more common one should
be locally specified in composer.lock:
"config": {
"platform": {
"php": "8.2.27",
"ext-something": "4.0"
}
}