sjvermeu / cvechecker

Command-line utility to scan the system and report on potential vulnerabilities, based on public CVE data
GNU General Public License v3.0
258 stars 68 forks source link

Wrong release 4.0 name #49

Open socketpair opened 4 years ago

socketpair commented 4 years ago

For example,

4.0 release: https://github.com/sjvermeu/cvechecker/archive/cvechecker-4.0.tar.gz contains top-directory cvechecker-cvechecker-4.0

3.9 release https://github.com/sjvermeu/cvechecker/archive/v3.9.tar.gz contains top-directory cvechecker-3.9

sjvermeu commented 4 years ago

Yeah I wanted to have the archive itself named "cvechecker-4.0.tar.gz" but didn't expect that the contents will also have a different directory structure then :-( If I make a new release later on I'll revert back to the old one.

socketpair commented 4 years ago

Why not to make a new release (4.1) without any code changes right now ?