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

Fix bump version in CI #6177

Merged
merged 4 commits into from
Jul 13, 2024
Merged

Fix bump version in CI #6177

merged 4 commits into from
Jul 13, 2024

Commits on Jun 13, 2024

  1. ci: remove unsupported --commit

    The --commit flag was removed in
    0379507
    
    Hence, the invoke task fails.
    
    Signed-off-by: Oz Tiram <[email protected]>
    oz123 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6cc7d4b View commit details
    Browse the repository at this point in the history
  2. fix: task to bump version was broken

    This now works with multiple command line options
    and option to not commit (--dry-run)
    
    Signed-off-by: Oz Tiram <[email protected]>
    oz123 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b146a45 View commit details
    Browse the repository at this point in the history
  3. ci: reactivate bumping of the version in GH actions

    Signed-off-by: Oz Tiram <[email protected]>
    oz123 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8a01d39 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Add news file

    oz123 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    e786344 View commit details
    Browse the repository at this point in the history