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

feat: add additional-paths property to manifest releaser #2336

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    aa1a328 View commit details
    Browse the repository at this point in the history
  2. Update CommitSplit to accept additionalPaths

    Before, packagePaths was an array of strings, i.e. the name of each package.
    
    Now, packagePaths is a Record<string, string[]>, with the key being the name of each package,
    and the value being an aray of additionalPaths for that package.
    jack-lewin committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    01b7252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f39dc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6624dc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    654150b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60ab9eb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    46a7807 View commit details
    Browse the repository at this point in the history