mirror of
https://github.com/clearlinux/clr-boot-manager.git
synced 2026-04-28 10:53:42 +00:00
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>
10 lines
166 B
Plaintext
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
|