Skip to content

v1.2.1 — generated projects carry their own owner

Choose a tag to compare

@danielPoloWork danielPoloWork released this 21 Jun 07:03
9ad629d

PATCH. A repo generated by anyone now ships its own copyright, not EAAO's.

Fixed

  • The renderer copied EAAO's root LICENSE verbatim into every generated repo (Copyright (c) 2026 Daniel Polo) even though the README rendered the maintainer's {{AUTHOR}}. A new templates/LICENSE.tmpl (Copyright (c) {{YEAR}} {{AUTHOR}}) renders the project's own copyright into its LICENSE instead. EAAO's own LICENSE is unchanged.
  • The interview no longer defaults the reverse-domain group path to the reference's it/d4np — it asks the maintainer's own.

Get it: download the prefix-less bundle and extract at your project repo root:

curl -L -o /tmp/pgs-eaao-bundle.tar.gz https://github.com/danielPoloWork/pgs-eaao/releases/latest/download/pgs-eaao-bundle.tar.gz
tar xzf /tmp/pgs-eaao-bundle.tar.gz   # .eaao-core/ lands in the CWD

Full changelog: v1.2.0...v1.2.1