go-jira / jira

simple jira command line client in Go
Apache License 2.0
2.66k stars 323 forks source link

Plans for a 1.0.28 soon? #483

Open k-wall opened 1 year ago

k-wall commented 1 year ago

Hello, Just wondering if there is a plan to release a 1.0.28 soon. Our use-case requires authentication-method: bearer-token so I currently need to build from main to pick up support for that. A new release would help. Thank you.

darthwalsh commented 6 months ago

I spent a while debugging why the latest build (from homebrew, but should be same as https://github.com/go-jira/jira/releases) didn't support bearer-token even though the source code showed it was supported. I didn't notice the latest release is 3 years old!

cardoe commented 3 weeks ago

maybe @coryb @georgettica or @nyarly can run a NEWVER=v1.0.28 make release from the repo for the users?