Skip to content

Commit 28eddb0

Browse files
committed
chore: polish release surfaces
1 parent d75d3ab commit 28eddb0

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ All notable changes to git-cms are documented in this file.
9797
- **Migration framework** (`src/lib/LayoutMigration.js`): `readLayoutVersion`, `writeLayoutVersion`, `pendingMigrations`, `migrate` — forward-only, idempotent layout migrations stored in `cms.layout.version` git config
9898
- **CLI commands:** `git-cms migrate` (run pending migrations) and `git-cms layout-version` (print repo + codebase versions)
9999

100-
## [Unreleased] — git-stunts branch
100+
## Pre-1.1.0 History — git-stunts branch
101101

102102
### Added
103103

@@ -175,4 +175,4 @@ All notable changes to git-cms are documented in this file.
175175
[1.1.3]: https://github.com/flyingrobots/git-cms/compare/v1.1.2...v1.1.3
176176
[1.1.2]: https://github.com/flyingrobots/git-cms/compare/v1.1.1...v1.1.2
177177
[1.1.1]: https://github.com/flyingrobots/git-cms/compare/v1.1.0...v1.1.1
178-
[1.1.0]: https://github.com/flyingrobots/git-cms/compare/v1.0.2...v1.1.0
178+
[1.1.0]: https://github.com/flyingrobots/git-cms/tree/v1.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# git-cms
22

3-
<img src="./docs/images/hero.png" width="600" alt="Burnt-Out Linux Penguin" align="right" />
3+
<img src="https://raw.githubusercontent.com/flyingrobots/git-cms/main/docs/images/hero.png" width="600" alt="Burnt-Out Linux Penguin" align="right" />
44

55
A Git-native, database-free CMS: article bodies in commit messages, publish by moving refs.
66

TESTING_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ npm run test:sandbox
7878

7979
This host-side smoke test:
8080

81-
- boots the seeded `playground` service
81+
- boots the seeded `sandbox` service
8282
- verifies the API responds with `hello-world`
8383
- verifies the sandbox repo contains both `articles` and `published` refs
8484
- verifies the checkout’s own `refs/_blog/*` are unchanged

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
"description": "A Git-native, database-free CMS: article bodies in commit messages, publish by moving refs.",
55
"homepage": "https://flyingrobots.dev/git-stunts/git-cms",
66
"type": "module",
7+
"files": [
8+
"bin",
9+
"src",
10+
"public",
11+
"scripts",
12+
"docs/GIT_CMS_COMPANION.md",
13+
"Dockerfile",
14+
"docker-compose.yml",
15+
"README.md",
16+
"CHANGELOG.md",
17+
"GETTING_STARTED.md",
18+
"QUICK_REFERENCE.md",
19+
"TESTING_GUIDE.md"
20+
],
721
"bin": {
822
"git-cms": "./bin/git-cms.js"
923
},

0 commit comments

Comments
 (0)