2.5.0
- Provide the ability to
--group-by
on thesprint issues
command.- You can group by
board
orlabel
. This will provide a list of issues either under the board column heading, or under each label an issue has assigned to it. - Note that if you group by
label
an issue may appear in the output twice, under each label.
- You can group by
- Consistently render the issue (including story points if configured) in the search results.
- The releases will now include the built binaries for different platforms/architectures.
What's Changed
- Add commands to build/push docker image. by @benmatselby in #89
- docker: bump golang from 1.18.2-alpine to 1.18.3-alpine by @dependabot in #90
- Add the ability to group the
sprint issues
output by eitherboard
orlabel
by @benmatselby in #91 - Consistent rendering of an issue by @benmatselby in #92
- Add a docker build/push GHA workflow. by @benmatselby in #93
- gomod: bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #94
- Add golangci-lint to the project. by @benmatselby in #95
- Provide binaries for releases. by @benmatselby in #96
- Update the changelog for a release. by @benmatselby in #97
Full Changelog: v2.4.0...v2.5.0