Skip to content

Releases: nodejs/node-core-utils

v1.11.1

23 Feb 13:28
9f59335
Compare
Choose a tag to compare

Highlights

  • You can now use git node metadata instead of get-metadata.
  • Fixed git-node command in window.
  • core-validate-commit is now bundled along with node-core-utils.
  • We now warn if we can't fetch name and email of user.
  • ncu-team now will not exclude collaborator if it has extra space.
  • We can now detect if user does not have correct git config.

Along with some codebase improvements, documentation and npm packages updates.

commits

  • eslint: lint bin folder and fix linting of bin folder
  • git-node: add metadata command
  • git-node: fix command to work on Windows
  • git-node: add core-validate-commit to dependencies
  • git-node-land: mention the "edit" rebase option
  • npm-packages: updated npm packages
  • pr_summary: warn if we can't fetch author's name and email
  • lib: accept extra spaces in the collaborators list
  • test: add test for having more than one spaces in readme
  • pr_checker: Log a error is pr author has incorrect git config.
  • git-node: restructure using commandDir of yargs

added new tool that sync members of a GitHub team

08 Feb 15:16
a060317
Compare
Choose a tag to compare

New cmd ncu-team has been added in v1.10.0 see docs for more info.