lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
327 stars 19 forks source link

feature: bump minimum required version to 2021.1 #117

Closed bric3 closed 1 year ago

bric3 commented 1 year ago

This implements the proposed changes in #116

lppedd commented 1 year ago

I'll handle the remaining VCS stuff if you want.

https://github.com/lppedd/idea-conventional-commit/blob/6fa98d20b8b6d2af2c40140ef97d2132b1acff29/src/main/kotlin/com/github/lppedd/cc/vcs/InternalVcsService.kt#L124-L128

https://github.com/lppedd/idea-conventional-commit/blob/6fa98d20b8b6d2af2c40140ef97d2132b1acff29/src/main/kotlin/com/github/lppedd/cc/vcs/InternalVcsService.kt#L185-L191

bric3 commented 1 year ago

Ah yes missed those, they were not listed in the problem view.

lppedd commented 1 year ago

Generally what I do is search for references to that annotation (I added it just for this reason).
But no worries, I'll do it and test it.

lppedd commented 1 year ago

I'll add commits in this PR.