Skip to content

synthtool 2019.05.02

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 02 May 23:01
fb8e5c4

05-02-2019 12:29 PDT

Implementation Changes

  • Fix move excludes. (#232)
  • None was printing in samples/README if introduction missing. (#222)

New Features

  • Rework .nycrc to support --all. (#226)
  • Add support for metadata comments in samples. (#230)
  • Provide 'title' in .readme-partials.yaml to override the default. (#229)
  • Add generator_args arg to populate --generator-args artman option. (#224)

Documentation

  • Update README run command python3. (#235)

Template Changes

Node

  • node: remove grpc-js tests from Node.js builds. (#236)
  • build: remove Node 6 from our build templates. (#234)

Ruby

  • ruby: add AUTHENTICATION.md template. (#225)

Python

  • Update noxfile.py template. (#228)
  • Add shutil import to python noxfile template. (#227)
  • Add docs session to noxfile. (#202)