Skip to content

v1.11.1

Compare
Choose a tag to compare
@joyeecheung joyeecheung released this 23 Feb 13:28
· 537 commits to main since this release
9f59335

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