# 22-Sep-2026 — install root dependencies before publishing release notes [ref #20](https://github.com/nbarrett/ngx-ramblers/issues/20)

## [build 958](https://github.com/nbarrett/ngx-ramblers/actions/runs/35666683234) — [commit fb50ae9](https://github.com/nbarrett/ngx-ramblers/commit/fb50ae9df3767dfcd194b2b53045b5c86e23086a)

_____

## What's new

The release notes for a push to main are published by their own job, separately from the site deploy. That job stopped immediately because it had not installed the application dependencies the note generator needs. It now installs them first, so a push can publish its notes.

## At a glance

- A failed site deploy can still publish the release notes for that push.
- The note job no longer stops on a missing application dependency.