Compare commits
No commits in common. "42aab22d8a50dbedd1300bcc1841a23fded8ea98" and "137ebf4d009e205cd8f96709ed89c672259bd05b" have entirely different histories.
42aab22d8a
...
137ebf4d00
4 changed files with 1 additions and 31 deletions
2
.cz.toml
2
.cz.toml
|
@ -2,6 +2,6 @@
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "semver2"
|
version_scheme = "semver2"
|
||||||
version = "0.1.1"
|
version = "0.1.0"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
major_version_zero = true
|
major_version_zero = true
|
||||||
|
|
|
@ -2,8 +2,6 @@ name: Build and Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,16 +1,3 @@
|
||||||
## 0.1.1 (2025-06-14)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- **workflow**: run on normal commits too
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- **workflow**: fix artifact upload
|
|
||||||
- **workflow**: remove sudo again
|
|
||||||
- **workflow**: fix the upx install
|
|
||||||
- **workflow**: fix release workflow
|
|
||||||
|
|
||||||
## 0.1.0 (2025-06-14)
|
## 0.1.0 (2025-06-14)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
15
CLAUDE.md
15
CLAUDE.md
|
@ -36,13 +36,8 @@ The application is built using:
|
||||||
|
|
||||||
### Build and Run
|
### Build and Run
|
||||||
```bash
|
```bash
|
||||||
# Normal build
|
|
||||||
go build -o fps-go-brr .
|
go build -o fps-go-brr .
|
||||||
./fps-go-brr <command> [args]
|
./fps-go-brr <command> [args]
|
||||||
|
|
||||||
# Optimized compact build (requires UPX)
|
|
||||||
./build-compact.sh
|
|
||||||
./fps-go-brr-compact <command> [args]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
@ -56,16 +51,6 @@ go mod tidy
|
||||||
go mod download
|
go mod download
|
||||||
```
|
```
|
||||||
|
|
||||||
### Release Builds
|
|
||||||
- Forgejo Actions automatically build and release both normal and compact binaries on tag pushes
|
|
||||||
- Uses custom runner: `9950x`
|
|
||||||
- Normal and compact builds are uploaded as separate artifacts
|
|
||||||
- UPX compression applied to compact builds for size optimization
|
|
||||||
|
|
||||||
## Memories
|
|
||||||
|
|
||||||
- The forgejo workflow runner is executed as root so it does not need to use root
|
|
||||||
|
|
||||||
## CLI Usage
|
## CLI Usage
|
||||||
|
|
||||||
Available commands:
|
Available commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue