A reminder for the maintainers on how to make a new release.
Note that the VERSION should follow the semantic versioning as X.Y.Z (e.g. v1.0.5).
Create a
release-VERSIONbranch fromupstream/master.Update
CHANGELOG.rst.Push the branch to
upstream.Once all tests pass, start the
deployworkflow manually or via:gh workflow run deploy.yml --repo ESSS/barril --ref release-VERSION -f version=VERSION
Merge the PR.