From 4254554addef71ebb0d9a4028233392a372f99c2 Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Wed, 24 Nov 2021 10:20:17 -0800 Subject: [PATCH] chore: release 0.3.0 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0b7a6ac..68c7b3f 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ $ gh-stack annotate 'stack-identifier' # Same as above, but for the specified repository. $ gh-stack annotate 'stack-identifier' -r '' +# Same as above, but with a custom title prefix. +$ gh-stack annotate 'stack-identifier' -r '' --prefix '#' + # Same as above, but precede the markdown table with the # contents of `filename.txt`. $ gh-stack annotate 'stack-identifier' -p filename.txt