Skip to content

Commit

Permalink
Mention the sonarqube reporter in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Nov 15, 2019
1 parent f23f968 commit d512dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ $ gpg2 --armor --output catch.hpp.asc --detach-sig catch.hpp
$ gpg2 --armor --output catch_reporter_automake.hpp.asc --detach-sig catch_reporter_automake.hpp
$ gpg2 --armor --output catch_reporter_teamcity.hpp.asc --detach-sig catch_reporter_teamcity.hpp
$ gpg2 --armor --output catch_reporter_tap.hpp.asc --detach-sig catch_reporter_tap.hpp
$ gpg2 --armor --output catch_reporter_sonarqube.hpp.asc --detach-sig catch_reporter_sonarqube.hpp
```

_GPG does not support signing multiple files in single invocation._

0 comments on commit d512dec

Please sign in to comment.