Skip to content

Conversation

@27Bslash6
Copy link
Contributor

Problem

Release-please PR #15 is trying to release 0.2.0 with 0.1.0 commits because it can't find the cachekit-v0.1.0 tag.

Actual tag: v0.1.0
Expected by release-please: cachekit-v0.1.0

Solution

Set include-component-in-tag: false since this is a single-package repo. Simple vX.Y.Z tags are cleaner.

After merge

  1. Close PR chore(main): release cachekit 0.2.0 #15
  2. Release-please will regenerate with correct commit range (finding v0.1.0)

Set include-component-in-tag: false since this is a single-package repo.
Fixes release-please looking for cachekit-v0.1.0 when actual tag is v0.1.0.
@27Bslash6 27Bslash6 force-pushed the fix/release-please-tags branch from ed9f2fd to 99eab19 Compare December 15, 2025 02:36
@27Bslash6 27Bslash6 merged commit 68da8db into main Dec 15, 2025
18 checks passed
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.

2 participants