Skip to content

v1.4.1 🌈

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 19:16
· 1 commit to release/stable since this release

Summary

This PR adds a previously missing field 'Author' which the NPM package export can take advantage of to show the developer's name, email, and the URL for the package's website. It also adds the ability to generate packages (legacy Unity packages and NPM style packages) via the command-line, which can be taken advantage of in a continuous integration (CI) process to create packages in an automated way.

ADDED

  • Added 'Author' field (with name, email, and URL) to PackageManifestConfig.
  • Added CommandLineTools with helper method for retrieving command line arguments.
  • Added 'PackageToolsCI' class for use in instrumenting command-line package generation.

CHANGED

  • NA

FIXED

  • NA

REMOVED

  • NA