Skip to content

docs(changelog): promote the Unreleased entries under 0.2.0 - #14

Merged
maybebyte merged 1 commit into
mainfrom
chore/release-v0.2.0
Sep 2, 2026
Merged

docs(changelog): promote the Unreleased entries under 0.2.0#14
maybebyte merged 1 commit into
mainfrom
chore/release-v0.2.0

Conversation

@maybebyte

Copy link
Copy Markdown
Owner

Summary

copier update targets the latest SemVer tag rather than HEAD, so the core.hooksPath fix and in_existing_repo support merged in PR #13 reach no downstream project until a tag exists. This cuts the release commit so v0.2.0 can be tagged.

Changes

  • Promotes the [Unreleased] entries under ## [0.2.0] - 2026-09-02 and adds the compare-link references, per the Release section of AGENTS.md.
  • Minor, not patch. Of the three downstream-visible commits since v0.1.1, one is feat(template) (the in_existing_repo answer: additive, false by default, so existing downstreams keep their layout) and two are fix(template).
  • No template or code changes ride along; the diff is CHANGELOG.md only.

Testing

  • Docs-only change; no automated tests apply. The changelog was cross-checked against git log v0.1.1..main -- template/ copier.yml: 3 commits, all covered by the 3 promoted entries. The fourth commit in the range (fix(tests), the hook-install test rendering from HEAD) is maintainer-only and deliberately absent.

Notes for reviewers

  • Merging does not release anything. The tag is a separate step and must be applied to the merge commit on main:
    git tag -a v0.2.0 -m "v0.2.0" && git push origin v0.2.0, then git describe --tags to confirm a reachable tag exists.
  • Until that tag is pushed, downstreams stay on v0.1.1; the nested project in the dogfood repo cannot copier update to pick up in_existing_repo before then.

Related

Minor, not patch: of the three downstream-visible commits since v0.1.1,
one is a feat (the in_existing_repo answer, an additive new question
with a false default) and two are fix(template). Existing downstreams
that answer no keep their current layout, so nothing is breaking.

copier update targets the latest SemVer tag, not HEAD, so the hooksPath
skip and nested-repo support reach no downstream until v0.2.0 is
tagged on this commit's merge.
@maybebyte
maybebyte merged commit b752bb8 into main Sep 2, 2026
10 checks passed
@maybebyte
maybebyte deleted the chore/release-v0.2.0 branch September 2, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant