From 10a31476c2a87dbab39ca70aa4ab822984ad4593 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Thu, 20 Aug 2026 23:31:46 +0000 Subject: [PATCH] Update README.md --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 17e6831..26d1ab9 100644 --- a/README.md +++ b/README.md @@ -73,29 +73,6 @@ The resulting standalone JAR is created at `build/j3270.jar`. --- -## ๐Ÿท๏ธ How to Tag & Publish Releases - -Releases can be published automatically to Gitea via Git tags: - -```bash -# 1. Create a version tag -git tag -a v0.1.0 -m "Release v0.1.0" - -# 2. Push the tag to Gitea -git push origin v0.1.0 -``` - -Pushing any `v*` tag triggers the automated release workflow (`.gitea/workflows/release.yaml`), which runs tests, builds the JAR, and publishes a new Gitea Release with `j3270.jar` attached automatically. - ---- - -## ๐Ÿ” Topics & Discoverability - -Suggested keywords/topics for repository indexing: -`tn3270` ยท `tn3270e` ยท `ibm-3270` ยท `mainframe` ยท `terminal-emulator` ยท `x3270` ยท `ind-file` ยท `file-transfer` ยท `ebcdic` ยท `z-vm` ยท `z-os` ยท `cms` ยท `tso` ยท `cics` ยท `java` ยท `desktop-app` - ---- - ## ๐Ÿค Contributing Contributions and issue reports are welcome! Please feel free to open a bug report or feature request via the Gitea issue tracker.