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-cli: add --ref flag #19

@MartinHelmut

Description

@MartinHelmut

Like already mentioned in #2 there should be a flag to pass in the reference / range of commit(s) --ref / -r. This could be used like:

$ acai --ref "v1.0.0..v2.0.0"

to calculate spots based on the range of version 1 to 2. A ref could also be a single commit (or a commit range):

$ acai --ref "4f7abfd"

To calculate the spots from the (included) commit 4f7abfd to current HEAD.

Remark: This feature is also compatible with Mercurial (#4)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions