Skip to content

Commit 536deaf

Browse files
JKHeadleyvsajanclaude
authored
chore: convert upgrades/0.28.79.md → upgrades/NEXT.md so publish triggers (#126)
PR #125 (1f908bd) shipped the upgrade notes as the released-format `upgrades/0.28.79.md` instead of the publish workflow's expected `upgrades/NEXT.md` template. The Publish-to-npm job correspondingly logged "No NEXT.md found — nothing to publish" and skipped, leaving the npm package at 0.28.78 even though the code is on main. Rename to NEXT.md and reset package.json to 0.28.78 so the publish workflow can do its bump-and-rename on merge. No behavioural code changes — only release machinery. Co-authored-by: T <t@t.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1f908bd commit 536deaf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instar",
3-
"version": "0.28.79",
3+
"version": "0.28.78",
44
"description": "Persistent autonomy infrastructure for AI agents",
55
"type": "module",
66
"main": "dist/index.js",

src/data/builtin-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "./builtin-manifest.schema.json",
33
"schemaVersion": 1,
4-
"generatedAt": "2026-05-05T02:58:22.332Z",
5-
"instarVersion": "0.28.79",
4+
"generatedAt": "2026-05-05T03:10:42.243Z",
5+
"instarVersion": "0.28.78",
66
"entryCount": 187,
77
"entries": {
88
"hook:session-start": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upgrade Guide — v0.28.79
1+
# Upgrade Guide — vNEXT
22

33
<!-- bump: patch -->
44

0 commit comments

Comments
 (0)