mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
chore: bump version to v1.2.0, cleanup repo, and update docs refs
This commit is contained in:
9
.github/release_template.md
vendored
Normal file
9
.github/release_template.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
MIVO is a Modern, Lightweight, and Efficient. Built for low-end devices with premium UX.
|
||||
|
||||
## Installation
|
||||
For the best experience, we recommend using **Docker**.
|
||||
[Read the full Docker Installation Guide](https://mivodev.github.io/docs/guide/docker)
|
||||
|
||||
## Notes
|
||||
- Ensure your server runs **PHP 8.0+** with `sqlite3` extension enabled.
|
||||
- Default installation will guide you to create an Admin account.
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -60,6 +60,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: mivo-v${{ steps.get_version.outputs.VERSION }}.zip
|
||||
body_path: .github/release_template.md
|
||||
generate_release_notes: true
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user