We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87d60f commit 4998222Copy full SHA for 4998222
2 files changed
.github/RELEASE.md
@@ -2,19 +2,7 @@
2
3
This project uses manual workflows for creating releases and managing changelogs.
4
5
-## Release Methods
6
-
7
-### Option 1: Manual Tag Creation
8
9
-1. Create and push a tag manually:
10
- ```bash
11
- git tag -a v0.2.2 -m "Release v0.2.2"
12
- git push origin v0.2.2
13
- ```
14
15
-2. The `release.yml` workflow will run automatically
16
17
-### Option 2: Manual Workflow Trigger
+## How to Release
18
19
1. Go to GitHub Actions → Release workflow
20
2. Click "Run workflow"
.github/workflows/release.yml
@@ -1,9 +1,6 @@
1
name: Release
on:
- push:
- tags:
- - 'v*'
workflow_dispatch:
inputs:
version:
0 commit comments