Lines Matching +full:- +full:- +full:detach +full:- +full:sig
8 … release. They serve to make sure that the new release is correct and linked-to from the standard …
30 …otes see previous releases. Once written, release notes should be added to `docs/release-notes.md`.
35 After version number is incremented, single-include header is regenerated and release notes are upd…
45 it should use linux line endings. All non-bundled reporters (Automake, TAP,
47 dependent on a specific version of the single-include header.
54 To create a signed tag, use `git tag -s <VERSION>`, where `<VERSION>`
55 is the version being released, e.g. `git tag -s v2.6.0`.
62 This will create ASCII-armored signatures for the headers that are
66 $ gpg2 --armor --output catch.hpp.asc --detach-sig catch.hpp
67 $ gpg2 --armor --output catch_reporter_automake.hpp.asc --detach-sig catch_reporter_automake.hpp
68 $ gpg2 --armor --output catch_reporter_teamcity.hpp.asc --detach-sig catch_reporter_teamcity.hpp
69 $ gpg2 --armor --output catch_reporter_tap.hpp.asc --detach-sig catch_reporter_tap.hpp
70 $ gpg2 --armor --output catch_reporter_sonarqube.hpp.asc --detach-sig catch_reporter_sonarqube.hpp