Skip to content

Commit

Permalink
chore: Prep for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Jan 9, 2022
1 parent 70402fb commit ea53355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ project_name: jira
release:
prerelease: auto
name_template: "v{{.Version}}"
draft: true
mode: "keep-existing"

before:
hooks:
Expand Down Expand Up @@ -105,6 +107,7 @@ brews:

changelog:
skip: true
use: github
sort: desc
filters:
exclude:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ See [releases page](https://github.com/ankitpokhrel/jira-cli/releases) for more
you will have to fill in `epic.name`, `epic.link` and `issue.types.*.handle` fields manually in the generated config
to get the expected behavior.

See [FAQs](https://github.com/ankitpokhrel/jira-cli/discussions/categories/faqs) for frequently asked questions.

#### Shell completion
Check `jira completion --help` for more info on setting up a bash/zsh shell completion.

Expand Down

0 comments on commit ea53355

Please sign in to comment.