Skip to content

Commit 4d54729

Browse files
grichaclaude
andcommitted
Bump version to 0.1.8 and add release instructions
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b3d1c42 commit 4d54729

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,15 @@ If modifying Dockerfile/init scripts, run `perry build` first.
116116
- Test with real Docker
117117
- Follow naming: `workspace-<name>` containers, `workspace-internal-` resources
118118
- Keep commands fast (lazy init, reuse)
119+
120+
## Releasing
121+
122+
To create a new release:
123+
124+
1. Update version in `package.json` to the new version (e.g., `0.1.7`)
125+
2. Commit the version bump
126+
3. Push to main: `git push origin main`
127+
4. Create tag: `git tag v0.1.7`
128+
5. Push tag: `git push origin v0.1.7`
129+
130+
The GitHub Actions workflow (`.github/workflows/release.yml`) will automatically build and publish to npm and ghcr.io when a `v*` tag is pushed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gricha/perry",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Self-contained CLI for spinning up Docker-in-Docker development environments with SSH and proxy helpers.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)