Commit graph

6 commits

Author SHA1 Message Date
Junegunn Choi
3337be9d45
0.74.2
Some checks failed
CodeQL / Analyze (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled
2026-08-01 09:07:37 +09:00
Junegunn Choi
eae8d9d27e
0.74.1
Some checks are pending
CodeQL / Analyze (push) Waiting to run
build / build (push) Waiting to run
Test fzf on macOS / build (push) Waiting to run
2026-07-18 21:50:12 +09:00
Junegunn Choi
6765f464a6
0.74.0
Some checks failed
CodeQL / Analyze (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled
2026-07-06 22:21:21 +09:00
Junegunn Choi
ce4bef7595
0.73.1 2026-05-25 14:35:03 +09:00
Junegunn Choi
3953d1c649
Add make tag for release tagging
- `prerelease`: version-consistency grep across CHANGELOG, install,
  install.ps1, and both man pages (extracted from `release` target)
- `tag`: depends on `prerelease`; signs and pushes the version tag
- RELEASE.md: replace manual tag/push steps with `make tag`
2026-05-24 01:19:01 +09:00
Junegunn Choi
5e137613d3
Add GitHub Actions release workflow
- Triggers on tag push (v*); fires real release
- workflow_dispatch for dry runs (--snapshot --skip=publish)
- Gated by `release` environment with required reviewer
- RELEASE.md documents tag-only push flow and dispatch testing
2026-05-24 00:59:41 +09:00