typo fix
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Tests / test (bash) (push) Has been cancelled
Tests / test (zsh) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled

This commit is contained in:
2025-12-02 09:17:23 +01:00
parent d17fcf3049
commit 2ba8f0a496
16 changed files with 110 additions and 110 deletions

View File

@@ -1,10 +1,10 @@
# Publishing Guide for inish .sh
# Publishing Guide for finish.sh
This guide explains how to publish and distribute inish .sh through various channels.
This guide explains how to publish and distribute finish.sh through various channels.
## Overview
inish .sh can be distributed through multiple channels:
finish.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. `inish .sh` - Line 34: `export ACSH_VERSION=0.5.0`
1. `finish.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: inish .sh
Origin: finish.sh
Label: finish
Codename: stable
Architectures: all
Components: main
Description: APT repository for inish .sh
Description: APT repository for finish.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: `inish .sh v0.5.0`
- Title: `finish.sh v0.5.0`
- Upload: tarball and .deb file
- Write release notes