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

Makefile: set CSV 'replaces' on make prepare-release #524

Closed

Commits on May 27, 2024

  1. Makefile: set CSV 'replaces' on prepare-release

    This updates and relocates the 'sed' command updating the 'replaces' key
    on the CSV file.
    
    For some reason, the variable PREVIOUS_VERSION is updated after
    bundle is updated with the next version's number.
    After the 'bundle' target is executed the value of PREVIOUS_VERSION
    during execution of 'bundle-image' target is updated because apparently
    'utils/get-current-version.sh' is executed again.
    yuumasato committed May 27, 2024
    Configuration menu
    Copy the full SHA
    08a2c60 View commit details
    Browse the repository at this point in the history