Skip to content

Commit

Permalink
bump up version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HandOfGod94 committed May 1, 2024
1 parent 14aa267 commit a1f0089
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* [MacOS using `homebrew`](#macos-using-`homebrew`)
* [Go Toolchain](#go-toolchain)
* [Verify installation](#verify-installation)
* [Quickstart](#quickstart)
* [Usage](#usage)
* [Generating Changelog](#generating-changelog)

Expand Down Expand Up @@ -40,9 +41,20 @@ The go binary will be installed in `$GOPATH/bin`

`$ gh-jira-changelog version`
```
v0.3.2
v0.4.0
```

### Quickstart

* Install github cli as documented [here](https://cli.github.com/)
* Install gh extension using `gh extension install handofgod94/gh-jira-changelog`
* Login to github: `gh auth login`
* Login to jira: `gh jira-changelog auth login`
* Open repo, for which you want to generate changelog using `cd`
* Run command: `gh jira-changelog generate --from="v2.18.0" --to="v2.19.0" --use_pr`

> Note: The auth token of jira expires every 24 hours. Relogin again to fetch info from jira
### Usage

`$ gh-jira-changelog --help`
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/spf13/cobra"
)

const version = "dev"
const version = "v0.4.0"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit a1f0089

Please sign in to comment.