Aviary
Reference

Changelog

Per-package changelogs and the release process — versioned with Changesets, published from CI.

nestjs-telescope uses Changesets for versioned releases. Each package maintains its own CHANGELOG.md, and releases are published from CI on merge to main.

Releases

Release process

# Add a changeset to your PR:
pnpm changeset

# Merge to main — CI opens a "Version Packages" PR automatically.
# Merge that PR — CI publishes to npm in topological order.

All packages publish under the @dudousxd/nestjs-telescope* scope.

On this page