This repository will generate changelog for cilium releases
$ make release
$ export GITHUB_TOKEN=<token_with_repo_public_access>
$ ./release --base <base-commit> \
--head <head-commit>
Where:
<base-commit>
isx.y.z-1
<head-commit>
should be the last commit available for thex.y
branch.
$ ./release --base <base-commit> \
--head <head-commit> \
--last-stable x.y-1
Where:
<base-commit>
can be found withgit merge-base origin/vx.y-1 origin/vx.y
<head-commit>
should be the last commit available for thex.y
branch.