Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
versioning - Skill - OpenSmartRoute
Skillv1.0.0
versioning
When changing a published action, update its local `version.json` for feature or breaking changes. Patch versions are generated from commit history. When adding a new action folder, also add it to the
Instruction file imported from frasermolyneux/actions (.github/instructions/versioning.instructions.md). Copyright stays with the author.
When changing a published action, update its local version.json for feature or breaking changes. Patch versions are generated from commit history. When adding a new action folder, also add it to the ACTIONS array in .github/workflows/actions-versioning.yml so release tags are published.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/frasermolyneux-actions-versioning-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "frasermolyneux-actions-versioning-instructions",
"kind": "skill",
"name": "versioning",
"description": "When changing a published action, update its local `version.json` for feature or breaking changes. Patch versions are generated from commit history. When adding a new action folder, also add it to the `ACTIONS` array in `.github/workflows/actions-versioning.yml` so release tags are published.",
"publisher": "frasermolyneux",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When changing a published action, update its local `version.json` for feature or breaking changes. Patch versions are generated from commit history. When adding a new action folder, also add it to the `ACTIONS` array in `.github/workflows/actions-versioning.yml` so release tags are published."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/frasermolyneux/actions",
"path": ".github/instructions/versioning.instructions.md",
"ref": "5bcc6148f13fc9706d2f7d58d3648d0e4e585b75",
"url": "https://github.com/frasermolyneux/actions/blob/5bcc6148f13fc9706d2f7d58d3648d0e4e585b75/.github/instructions/versioning.instructions.md",
"key": "frasermolyneux/actions/.github/instructions/versioning.instructions.md"
},
"applies_to": "**/action.yml,**/version.json,.github/workflows/actions-versioning.yml"
},
"instructions": "When changing a published action, update its local `version.json` for feature or breaking changes. Patch versions are generated from commit history. When adding a new action folder, also add it to the `ACTIONS` array in `.github/workflows/actions-versioning.yml` so release tags are published.",
"cost": {
"context_tokens": 73
}
}
Fetch it by URL: GET /api/v1/registry/frasermolyneux-actions-versioning-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.