Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 01:56

Changed

  • [BREAKING] --force for update-dependents now skips all prompts and requires --ticket (use --force-update-dependency for the previous behaviour)
  • update-dependents also bumps repositories that depend on newly released intermediate NPM packages even when they do not depend on the original package

Added

  • update-dependents discovers intermediate NPM dependents at runtime, prompts to release them, waits for npm publish, and folds those versions into a single downstream pull request
  • --update-dependents flag to oneblink-release repository to wait for npm publish after release, then run update-dependents
  • --force-update-dependency, --force-publish-intermediate-dependency, and --ticket flags for update-dependents

Removed

  • product-cognito-hosted-login-css repository

Fixed

  • github action permissions to allow docs and github release jobs