Merge "Fix calculation of previous tag for release notes gen"

This commit is contained in:
Zuul 2021-03-17 17:49:14 +00:00 committed by Gerrit Code Review
commit b34d0ba918

View File

@ -29,6 +29,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Calculate semver tags
id: semver_tags
run: |