Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: fix dch after adding the new 0.106.1 tag #364

Merged
merged 1 commit into from
May 26, 2023

Commits on May 26, 2023

  1. CI: fix dch after adding the new 0.106.1 tag

    After adding the new tag from the stable/0.106 branch, dch is failing
    with:
    
      New version specified (0.106-78-g3074070) is less than
      the current version number (0.106.1-0ubuntu1)!  Use -b to force.
    
    Basically, git describe is still describing the tag 0.106 and not
    0.106.1.
    With this change, we'll first find the lastest tag before calling
    describe.
    daniloegea committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5c2b626 View commit details
    Browse the repository at this point in the history