-
Notifications
You must be signed in to change notification settings - Fork 0
Remove stale cache #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Currently when a
commit-withis run it caches a commit template to use when committing with the same person again. If a new version is released that adds/removes from that file it should get overwrittenPossible solution
A possible way to do this is to add some meta data to each template about when it was created and what version was used to create it. Then we can have rules like, if you are older than
ndays or the CLI version is different re-write the file.Could make use of
commanderoptions, eg.which force writes the template file