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

Generate the release diff with the OAK output #3377

Merged
merged 4 commits into from
Nov 12, 2024
Merged

Commits on Oct 8, 2024

  1. Generate the release diff with the OAK output

    Fixes issues with reaching the limit number of characters in the release notes
    aleixpuigb committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7bbb4f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ea697 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    824212f View commit details
    Browse the repository at this point in the history
  2. Move diff_release_oak target to diffs/Makefile.

    Move the rule that produces the $(REPORTSDIR)/diff_release_oak.md diff
    file to the dedicated diffs/Makefile, and add it to the `all` target of
    that Makefile so that the new diff is automatically generated as part of
    the `release-diff` target.
    gouttegd committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    036fee0 View commit details
    Browse the repository at this point in the history