cgsecurity / testdisk

TestDisk & PhotoRec
https://www.cgsecurity.org/
GNU General Public License v2.0
1.55k stars 190 forks source link

Tagging releases and betas #84

Closed HinTak closed 4 years ago

HinTak commented 4 years ago

I see there are no git tags in the git repository . It is useful to have them especially for contributors and testers to identify whether some new functionality is in a release / beta or not.

For example, lately I like to know what has changed since 7.1 in the zip or jpeg area to evaluate whether to use a git build vs a release build.

cgsecurity commented 4 years ago

Fixed by "git push --tags"

HinTak commented 4 years ago

Thanks!