Skip to content
Daniil Dubrava edited this page Feb 2, 2025 · 2 revisions

Checklist

This is a checklist for tasks that are not automated and need to be explicitly stated.

Development

  1. Test the libraries in all supported Angular versions.
    • Ensure that preserveSymlinks is set in angular.json.
    • Test both the start and build scripts.
  2. Validate that the documentation works as expected.
  3. For major versions, update all packages to their latest versions.

Before Release

  1. Create a .env file with GITHUB_TOKEN (required for creating a release via Nx).
  2. Update the "Version Compatibility" section in both README.md files.
  3. Update peerDependencies in the package.json files of all libraries.
  4. Rebuild both libraries, validate the versions then publish
Clone this wiki locally