diff --git a/README.md b/README.md index fe4f0e5..3f26741 100644 --- a/README.md +++ b/README.md @@ -94,35 +94,6 @@ build/outputs/apk/debug/a3270-debug.apk --- -## ๐Ÿท๏ธ How to Tag & Publish (Beta) Releases - -Releases can be published automatically to Gitea via Git tags: - -```bash -# 1. Create a version tag (stable or beta) -git tag -a v0.1.0-beta.1 -m "Release v0.1.0-beta.1" - -# Or a stable release: -git tag -a v0.1.0 -m "Release v0.1.0" - -# 2. Push the tag to Gitea -git push origin v0.1.0-beta.1 -``` - -Pushing any `v*` tag triggers the automated release workflow (`.gitea/workflows/release.yaml`), which: -1. Automatically detects pre-releases (tags containing `beta`, `alpha`, `rc`, `pre`, `preview`, or `dev`) and marks them as **Pre-release** on Gitea. -2. Builds the APK and packages it. -3. Publishes a new Gitea Release with `a3270.apk` attached automatically. - ---- - -## ๐Ÿ” Topics & Discoverability - -Suggested keywords/topics for repository indexing: -`tn3270` ยท `tn3270e` ยท `ibm-3270` ยท `mainframe` ยท `terminal-emulator` ยท `android` ยท `android-app` ยท `jetpack-compose` ยท `kotlin` ยท `x3270` ยท `j3270` ยท `ind-file` ยท `file-transfer` ยท `ebcdic` ยท `z-vm` ยท `z-os` ยท `cms` ยท `tso` ยท `cics` - ---- - ## ๐Ÿค Contributing Contributions are welcome! Please feel free to open a bug report or feature request via the Gitea issue tracker.