diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57925b7da2f0260fd765c97cb91d2b26b1f63029..bf92694da5312ef0c84a88dc44e470500c4aaa6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -516,6 +516,7 @@ release-notes: - cd tdaq-release-notes - ./bin/collect-relnotes --from=${here} tdaq-10-00-00 - ./bin/collect-relnotes --from=${here} --to=tdaq-10-00-00 tdaq-09-04-00 + - ./bin/collect-relnotes --from=${here} --to=tdaq-11-02-00 tdaq-10-00-00 - git add docs/release-notes/ - git diff --exit-code --quiet --cached && exit - git config --global user.email "atdsoft@cern.ch"