The solution to the below problem is there is currently no way to get the kind label from a change. Right now the .Kind value is the key.
This will probably be more obvious in the new config rework but kinds have two important values depending on context, the key and label.
Add KindKey as an alias/preferred way of getting the key.
The solution to the below problem is there is currently no way to get the kind label from a change. Right now the
.Kind
value is the key. This will probably be more obvious in the new config rework but kinds have two important values depending on context, the key and label.KindKey
as an alias/preferred way of getting the key.KindLabel
as a new value to get the label.Discussed in https://github.com/miniscruff/changie/discussions/698