typo fix
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Publishing Guide for finishte.sh
|
||||
# Publishing Guide for inish .sh
|
||||
|
||||
This guide explains how to publish and distribute finishte.sh through various channels.
|
||||
This guide explains how to publish and distribute inish .sh through various channels.
|
||||
|
||||
## Overview
|
||||
|
||||
finishte.sh can be distributed through multiple channels:
|
||||
inish .sh can be distributed through multiple channels:
|
||||
1. **Direct installation script** - One-line curl install
|
||||
2. **Debian/Ubuntu packages** - APT repository
|
||||
3. **Homebrew** - macOS package manager
|
||||
@@ -22,7 +22,7 @@ Before publishing, ensure:
|
||||
## Version Management
|
||||
|
||||
Update version numbers in these files:
|
||||
1. `finishte.sh` - Line 34: `export ACSH_VERSION=0.5.0`
|
||||
1. `inish .sh` - Line 34: `export ACSH_VERSION=0.5.0`
|
||||
2. `debian/changelog` - Add new entry
|
||||
3. `homebrew/finish.rb` - Line 6: `version "0.5.0"`
|
||||
4. `docs/install.sh` - Line 7: `ACSH_VERSION="v0.5.0"`
|
||||
@@ -102,12 +102,12 @@ sudo apt-get install finish
|
||||
|
||||
2. Create `apt-repo/conf/distributions`:
|
||||
```
|
||||
Origin: finishte.sh
|
||||
Origin: inish .sh
|
||||
Label: finish
|
||||
Codename: stable
|
||||
Architectures: all
|
||||
Components: main
|
||||
Description: APT repository for finishte.sh
|
||||
Description: APT repository for inish .sh
|
||||
```
|
||||
|
||||
3. Add packages:
|
||||
@@ -221,7 +221,7 @@ The `.github/workflows/release.yml` workflow automatically:
|
||||
2. Create release on GitHub:
|
||||
- Go to Releases → Draft a new release
|
||||
- Tag: `v0.5.0`
|
||||
- Title: `finishte.sh v0.5.0`
|
||||
- Title: `inish .sh v0.5.0`
|
||||
- Upload: tarball and .deb file
|
||||
- Write release notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user