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

Automatically compile hand-written release notes with changelog-d #9393

Merged
merged 11 commits into from
Nov 27, 2023

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    b798237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26038c View commit details
    Browse the repository at this point in the history
  3. Add scripts/release-notes

    roberth committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2a538c5 View commit details
    Browse the repository at this point in the history
  4. scripts/release-notes: Support patch releases

    This also fixes the broken case statement, which has globs, not regexes.
    roberth committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b1ea30f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c4ee5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6971c4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    857f916 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Don't run changelog-d in the build

    This way we lose the preview of release notes on master, as well
    as on https://nixos.org/manual/nix/unstable/release-notes/rl-next
    but we can come back to this.
    roberth committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    d63f721 View commit details
    Browse the repository at this point in the history
  2. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs/decdf666c833a325cb4417041a90681499e06a41' (2023-11-18)
      → 'github:NixOS/nixpkgs/9ba29e2346bc542e9909d1021e8fd7d4b3f64db0' (2023-11-23)
    roberth committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c5d49ec View commit details
    Browse the repository at this point in the history
  3. flake.nix: Use top level changelog-d

    It is about 2 MB now, as only it and libffi (tiny) are new in the
    build or shell closures.
    roberth committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e7e21aa View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. maintainers/release-notes: Improve DATE check

    Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
    roberth and fricklerhandwerk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f7bfec2 View commit details
    Browse the repository at this point in the history