You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* simplify tag check logic to revisions
checks commits on the initial iterations
to get data regarding the latest and previous tags and based on that
list out the changelog , also
uses revisions to check for tags instead of going through the
nearestTag again and again
* refactor: change API to use an opened repo instead
expose the open repository to cli ,
this makes it easier for commitlog-
web and also for writing tests with
in memory repositories
* add tests to for basic functionality
only checking the basic set of
functionalities, test still need to be
added for tag level checks and
custom hashes
* add tests for start and end hash
* adds tests for checking between tags
* add test action
* ci: modify changelog generation
* ci: bump go version
* explicitly install memfs
* tests: force test tagger
* rename test
0 commit comments