Closed DavidTPate closed 9 years ago
@DavidTPate
The current status is:
codacy-coverage
codacy
(at least I think I did)codacy-coverage
The status of your PR is ready to release new version 1.0.2-1
with some link fixes
Can you take a look and see if I messed up something?
Looks good! The old package is properly deprecated and the updates look good. The only thing I changed is the version number. NPM uses semver and based on that metadata in the version number such as -2
is considered to be a pre-release. So instead we would just update the revision number in this case.
This PR updates the cli to be registered for the
codacy-reporter
command name, and also updates the package to be published on npm with the namecodacy-reporter
instead ofcodacy
. Accompanying this are also updates to the README for the new name and updates to the package.json to point to the new home of the repository.