Skip to content

Commit 3503f5d

Browse files
committed
Release v1 with minimal release notes
1 parent 06a1913 commit 3503f5d

2 files changed

Lines changed: 5 additions & 26 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -92,27 +92,7 @@ jobs:
9292
9393
# Create release notes with simple placeholders
9494
cat > release_notes.md << 'EOF'
95-
## 🚀 Installation
96-
97-
Download the `youtube-tools-v__VERSION__.zip` file below. It contains:
98-
99-
- **Extension files** (manifest.json + src/) - for "Load unpacked" installation
100-
- **CRX file** - for drag-and-drop installation
101-
102-
### Option 1: Load Unpacked (Recommended)
103-
1. Extract the ZIP to a folder
104-
2. Open Chrome and navigate to `chrome://extensions/`
105-
3. Enable "Developer mode" in the top right
106-
4. Click "Load unpacked" and select the extracted folder
107-
108-
### Option 2: CRX File
109-
1. Extract the ZIP to access the CRX file inside
110-
2. Drag and drop the `youtube-tools-v__VERSION__.crx` file into `chrome://extensions/`
111-
3. Confirm installation when prompted
112-
113-
---
114-
115-
## 📝 What's Changed
95+
Download the ZIP below and extract it. Load the unpacked folder in Chrome at `chrome://extensions/`
11696
11797
__CHANGELOG__
11898
EOF
@@ -132,12 +112,12 @@ jobs:
132112
uses: softprops/action-gh-release@v2
133113
with:
134114
tag_name: v${{ steps.version.outputs.version }}
135-
name: Release v${{ steps.version.outputs.version }} Beta
115+
name: v${{ steps.version.outputs.version }}
136116
body_path: release_notes.md
137117
files: |
138118
releases/youtube-tools-v${{ steps.version.outputs.version }}.zip
139119
draft: false
140-
prerelease: true
120+
prerelease: false
141121
env:
142122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143123

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"manifest_version": 3,
3-
"name": "awesome youtube tools (Beta)",
4-
"version": "0.0.1",
5-
"version_name": "0.0.1 Beta",
3+
"name": "awesome youtube tools",
4+
"version": "1.0",
65
"description": "Replaces the YouTube logo with the Premium logo AND blocks all YouTube ads - enjoy ad-free YouTube!",
76
"permissions": [
87
"activeTab",

0 commit comments

Comments
 (0)