Skip to content

chore(main): release agentkey-skill 1.1.0 - #6

Merged
lxcong merged 2 commits into
mainfrom
release-please--branches--main--components--agentkey-skill
Apr 23, 2026
Merged

chore(main): release agentkey-skill 1.1.0#6
lxcong merged 2 commits into
mainfrom
release-please--branches--main--components--agentkey-skill

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.1.0 (2026-04-23)

Features

  • cache update check result for 24h (#5) (27e0ebe)

This PR was generated with Release Please. See documentation.

lxcong added a commit that referenced this pull request Apr 23, 2026
## Summary

Release-please PR #6 (bumping to v1.1.0) revealed that the `version`
file wasn't being auto-updated — `plugin.json`, `CHANGELOG.md`, and
`.release-please-manifest.json` all bumped correctly, but `version`
stayed at `1.0.0`.

Root cause: the `generic` extra-files updater requires `#
x-release-please-version` anchor markers in the file. Our `version` file
is a bare version string with no markers, so release-please silently
skipped it.

Consequence if left unfixed: `check-update.sh` reads `version` to
compare with remote releases — users would see "UPDATED: v1.1.0" on
every skill invocation after v1.1.0 publishes, because the local
`version` file never advances.

## Fix

- Rename `version` → `version.txt`. The `simple` release-type in
release-please auto-manages `version.txt` by convention, no extra-files
entry needed.
- Drop the obsolete `{"type": "generic", "path": "version"}` entry from
`release-please-config.json`.
- Update `check-update.sh` VERSION_FILE pointer.
- Set `version.txt` to `1.1.0` so it matches what PR #6 will cut.

## Merge order

This PR first, **then** release PR #6. Release-please will see
`version.txt=1.1.0` already in place and leave it alone; `plugin.json`
will still bump from 1.0.0 → 1.1.0 as usual.

## Test plan

- [x] `python3 -c "import json;
json.load(open('release-please-config.json'))"` OK
- [x] `bash -n skills/agentkey/scripts/check-update.sh` OK
- [x] `git mv` preserves history
- [ ] Post-merge + post-release-PR: `git show v1.1.0:version.txt` equals
`1.1.0`

Co-authored-by: lxcong <lxhtheresa@gmail.com>
@lxcong
lxcong merged commit 8f4ef5e into main Apr 23, 2026
1 check passed
@lxcong
lxcong deleted the release-please--branches--main--components--agentkey-skill branch April 23, 2026 06:31
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant