@olegkoval/agent-skills 1.35.2 → 1.35.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/versioning.md +4 -2
- package/package.json +1 -1
- package/plugins/olko-apple-kit/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-creative/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-garmin-kit/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-git-tools/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-github-pr/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-obsidian/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-product/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-reflection/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-release/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-skill-meta/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-web-ops/.claude-plugin/plugin.json +1 -1
package/docs/versioning.md
CHANGED
|
@@ -10,8 +10,10 @@ The version source is `package.json`. Conventional commits on `main` and
|
|
|
10
10
|
changelog, Git tag, GitHub release, and npm publication. The generated Claude
|
|
11
11
|
plugin manifests receive that same version during semantic-release's `prepare`
|
|
12
12
|
phase from semantic-release's explicit `nextRelease.version`, before the
|
|
13
|
-
release commit is created.
|
|
14
|
-
|
|
13
|
+
release commit is created. The release commit explicitly includes the generated
|
|
14
|
+
plugin manifests; otherwise semantic-release would generate the right files and
|
|
15
|
+
then omit them from the commit. This avoids depending on the order in which
|
|
16
|
+
release plugins update `package.json`.
|
|
15
17
|
|
|
16
18
|
Do not add a version to an individual skill unless that skill becomes an
|
|
17
19
|
independently distributed package with its own compatibility and release
|
package/package.json
CHANGED