Add release automation with tag-triggered workflow and changelog

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-04 16:25:06 +00:00
parent 2c02a6eb03
commit 39a494fcdc
4 changed files with 78 additions and 6 deletions
+18
View File
@@ -242,6 +242,24 @@ Contributions are welcome! Please make sure to follow ethical guidelines and leg
See our [Contributors Hall of Fame](CONTRIBUTORS.md) to view all the amazing people who have contributed to this project! ✨
### Creating Releases
Releases can be created in two ways:
1. **Using Git tags** (recommended):
```bash
git tag v1.0.0
git push origin v1.0.0
```
This automatically triggers the release workflow.
2. **Manual workflow dispatch**:
- Go to Actions → Create Release
- Click "Run workflow"
- Enter the version (e.g., `v1.0.0`)
See [CHANGELOG.md](CHANGELOG.md) for version history.
## 📜 License
This project is licensed under the [License](LICENSE)