npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.56k stars 578 forks source link

Add decisions dir to toc paths #55

Closed sephlietz closed 6 years ago

sephlietz commented 6 years ago

I chose, I think, the easiest way to implement first, and probably the most commonly useful.

Closes #44

npryce commented 6 years ago

Could you make it so that the relative directory was passed as an argument of the -r option?

The adr generate toc command is used as part of a documentation build pipeline, and so the relative location of the ADR files and the TOC are usually unrelated to the source directory structure.

sephlietz commented 6 years ago

@npryce Done.

npryce commented 6 years ago

Thanks.

gaggle commented 6 years ago

Has this been released yet? I'm using latest available release 2.1.0.

EDIT: I meant that to sound positive, I'm super happy the change is in and not complaining, just inquiring :)

npryce commented 6 years ago

Ah... I tagged 2.2.0 but that doesn’t make a release appear in GitHub. You can download the tag as a tar.gz file from the Tags tab until I configure the release in the GitHub UI

npryce commented 6 years ago

I've created release 2.2.0 now.