Add git.mleku.dev remote push to release process (v0.40.1)
Some checks failed
Go / build-and-release (push) Has been cancelled

- Update release command to push to git.mleku.dev using gitmlekudev SSH key
- Add release process documentation to README.md

Files modified:
- .claude/commands/release.md: Add GIT_SSH_COMMAND push to git.mleku.dev
- README.md: Document release process and SSH key configuration
- pkg/version/version: Bump to v0.40.1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-27 18:07:15 +02:00
parent e84949140b
commit 2eb523c161
3 changed files with 18 additions and 2 deletions

View File

@@ -42,10 +42,11 @@ If no argument provided, default to `patch`.
9. **Create a git tag** with the new version (e.g., `v0.36.0`)
10. **Push to remotes** (origin and gitea) with tags:
10. **Push to remotes** (origin, gitea, and git.mleku.dev) with tags:
```
git push origin main --tags
git push gitea main --tags
GIT_SSH_COMMAND="ssh -i ~/.ssh/gitmlekudev" git push ssh://mleku@git.mleku.dev:2222/mleku/next.orly.dev.git main --tags
```
11. **Deploy to VPS** by running: