Skip to content
This repository was archived by the owner on Dec 8, 2019. It is now read-only.
This repository was archived by the owner on Dec 8, 2019. It is now read-only.

acai: replace depth option with ref #24

Description

@MartinHelmut

Currently the scanner (packages/acai/src/scanner.js) uses as option depth to shorten the output. This should be replaced with ref getting a commit or version reference. Possible configurations are:

// From one version to another
{ ref: 'v1.0.0..v2.0.0' }
// From a specific commit hash
{ ref: '4f7abfd' }
// is the same as:
{ ref: '4f7abfd..HEAD' }

This is also compatible with Mercurial (#4)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions