Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .github/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@

This project uses manual workflows for creating releases and managing changelogs.

## Release Methods

### Option 1: Manual Tag Creation

1. Create and push a tag manually:
```bash
git tag -a v0.2.2 -m "Release v0.2.2"
git push origin v0.2.2
```

2. The `release.yml` workflow will run automatically

### Option 2: Manual Workflow Trigger
## How to Release

1. Go to GitHub Actions → Release workflow
2. Click "Run workflow"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
version:
Expand Down