chore: release 0.3.0

This commit is contained in:
Luis Ball 2021-11-24 10:20:17 -08:00
parent 037b33f66d
commit 4254554add
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ $ gh-stack annotate 'stack-identifier'
# Same as above, but for the specified repository. # Same as above, but for the specified repository.
$ gh-stack annotate 'stack-identifier' -r '<some/repo>' $ gh-stack annotate 'stack-identifier' -r '<some/repo>'
# Same as above, but with a custom title prefix.
$ gh-stack annotate 'stack-identifier' -r '<some/repo>' --prefix '#'
# Same as above, but precede the markdown table with the # Same as above, but precede the markdown table with the
# contents of `filename.txt`. # contents of `filename.txt`.
$ gh-stack annotate 'stack-identifier' -p filename.txt $ gh-stack annotate 'stack-identifier' -p filename.txt