githru / githru-vscode-ext

Lightweight but robust Githru for VSCode Extension
Apache License 2.0
50 stars 83 forks source link

feat(view): cluster 요약에 release tag 추가(#361) #724

Closed pithesun closed 1 month ago

pithesun commented 2 months ago

Related issue

361

Result

cluster에 해당하는 release tag를 확인할 수 있습니다. 한 클러스에 여러개의 release tag가 있다면 가장 최신의 태그를 노출합니다.

image

Work list

(/w. @rakseong)

✅ Commit 타입에 tag와 releaseTag, Cluster 타입에 latestReleaseTag를 추가하였습니다.

✅ 클러스터의 commitNodeList에서 releaseTag들을 뽑아와서, 가장 최근의 releaseTag를 Summary에 노출하였습니다.

Discussion

Summary.util.ts 파일 구조상 코드의 가독성이 떨어진다고 판단 -> #723 에서 리팩토링을 진행예정입니다.

ytaek commented 2 months ago

@pithesun 님, 이슈 반영 되셨으면, merge 해주셔도 좋을 것 같습니다!

pithesun commented 2 months ago

@pithesun 님, 이슈 반영 되셨으면, merge 해주셔도 좋을 것 같습니다!

충돌해결하면서 포스푸시하는 바람에 리뷰가 날라갔네요🥲 번거롭지만 한 번 더 체크 부탁드립니다