Add git.mleku.dev remote push to release process (v0.40.1)
Some checks failed
Go / build-and-release (push) Has been cancelled
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user