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
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- .env.example
- README.md
- docs/**/*

checksum:
name_template: 'checksums.txt'
Expand Down
64 changes: 0 additions & 64 deletions DOCS/CHANGELOG.md

This file was deleted.

216 changes: 0 additions & 216 deletions DOCS/CONTRIBUTING.md

This file was deleted.

64 changes: 0 additions & 64 deletions DOCS/README.md

This file was deleted.

17 changes: 8 additions & 9 deletions DOCS/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,17 @@ This will guide you through:

### Manual Configuration

#### Environment Variables (Quick Setup)
#### Environment Variables (Alternative Setup)

Create a `.env` file:
Create a `.env` file in your home directory:

```bash
# Copy the example file
cp .env.example .env
# Generate template file
commitgen env-example
cp .env.example ~/.env

# Edit with your API key
OPENAI_API_KEY=your-api-key-here
COMMITGEN_MODEL=gpt-4o-mini
COMMITGEN_AI_ENABLED=true
# Edit with your actual API key
nano ~/.env
```

#### YAML Configuration (Advanced)
Expand Down Expand Up @@ -217,7 +216,7 @@ commitgen install-shell # Automated setup
source ~/.zshrc
```

Manual setup for advanced users - see [DOCS/INLINE_SUGGESTIONS.md](DOCS/INLINE_SUGGESTIONS.md) for detailed instructions on oh-my-zsh + zsh-autosuggestions or plain zsh configurations.
For manual setup or advanced shell configurations, see the Shell Integration section above for detailed instructions.

## Environment Configuration

Expand Down
Loading
Loading