Skip to content

docs: add OSS project docs, CI, and release automation#8

Merged
dropdevrahul merged 1 commit into
mainfrom
chore/oss-maintenance
Jun 13, 2026
Merged

docs: add OSS project docs, CI, and release automation#8
dropdevrahul merged 1 commit into
mainfrom
chore/oss-maintenance

Conversation

@dropdevrahul

@dropdevrahul dropdevrahul commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Makes the repo read as a properly maintained open-source project.

What's included

  • README — rewritten with badges (CI, release, license, Go, platforms), feature list, download/install per OS, build-from-source, usage, and tech stack. Uses the new redesigned-UI screenshot.
  • CI (.github/workflows/ci.yml) — go vet + go test -race and the frontend build (incl. tsc) on every push/PR.
  • Releases (.github/workflows/release.yml) — on a v* tag, builds macOS (universal), Windows, and Linux artifacts via the Wails build action and publishes a GitHub Release with auto-generated notes. Pre-release suffixes (e.g. -rc.1) are flagged automatically.
  • Community health filesCONTRIBUTING.md (with a SemVer release process), CODE_OF_CONDUCT.md, SECURITY.md, CHANGELOG.md (Keep a Changelog), issue forms, and a PR template.
  • Housekeeping.gitignore now covers OS/editor cruft; replaced the old screenshot.

Release cycle

SemVer, cut from main: move Unreleased → a versioned section, tag vX.Y.Z, push the tag → the release workflow builds and publishes binaries. See CONTRIBUTING.md#releasing.

Notes

  • The release workflow only takes effect once merged to main; the first real release (suggested v0.1.0) should be tagged after merge.

- Rewrite README with badges, features, install, build, and usage
- Add CI workflow (go vet/test + frontend build) on push/PR
- Add cross-platform release workflow (macOS/Windows/Linux) on v* tags
- Add CONTRIBUTING (incl. SemVer release process), CODE_OF_CONDUCT,
  SECURITY, CHANGELOG, issue forms, and PR template
- Update screenshot to the redesigned UI; ignore OS/editor cruft
@dropdevrahul dropdevrahul merged commit 4ae6296 into main Jun 13, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant