Skip to content

Commit

Permalink
docs: update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
HandOfGod94 authored Sep 3, 2023
1 parent 61b89ac commit 0fbd10b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ brew install handofgod94/tap/gh-jira-changelog

#### Go Toolchain
```sh
go install github.com/handofgod94/gh-jira-changelog@v0.2.0
go install github.com/handofgod94/gh-jira-changelog@v0.3.0
```
The go binary will be installed in `$GOPATH/bin`

Expand Down Expand Up @@ -98,12 +98,12 @@ gh-jira-changelog generate --config="<path-to-config-file>.yaml" --from=<git-ref
BASE_URL=<you-atlassian-url> API_TOKEN=<jira-api-token> gh-jira-changelog generate --from=<git-ref> --to=<git-ref>
# generating changelog between 2 git tags
gh-jira-changelog generate --config="<path-to-config-file>.yaml" --from="v0.1.0" --to="v0.2.0"
gh-jira-changelog generate --config="<path-to-config-file>.yaml" --from="v0.1.0" --to="v0.3.0"
# Using it as GH plugin
# assuming jira plugin installed
gh jira-changelog generate --config="<path-to-config-file>.yaml" --from="v0.1.0" --to="v0.2.0"
gh jira-changelog generate --config="<path-to-config-file>.yaml" --from="v0.1.0" --to="v0.3.0"
Flags:
--from string Git ref to start from
Expand Down

0 comments on commit 0fbd10b

Please sign in to comment.