Files
clr-boot-manager/.gitignore
Leandro Dorileo c57bb34148 mkrelease: put together all the required steps before release
Make our life easier, put together all the required steps before cutting a new
release instead of having to remember it all.

Change the VERSION file, create the release commit and tag. Bonus point added a
--help flag so we can easily remember how this script works.

Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
2020-02-13 20:16:56 -08:00

10 lines
166 B
Plaintext

# we meson into ./build/
/build/
# coverage when using ./travis_test.sh
/outCoverage/
# distributed tarball
clr-boot-manager-*.tar.xz
clr-boot-manager-*.tar.xz.asc