848 B
848 B
Release Scripts
release.sh
Automated release script for Echoes of the Ash desktop builds.
Usage
./scripts/release.sh
What it does
- Generates
package-lock.jsonusing Docker (no local npm installation required) - Suggests next version automatically (increments patch version)
- Commits changes and pushes to main
- Creates and pushes git tag to trigger CI/CD pipeline
Example
Current version: v0.2.6
Suggested next version: v0.2.7
Enter version (or press Enter for v0.2.7): v0.3.0
Using version: v0.3.0
✓ Release v0.3.0 completed!
The CI/CD pipeline will automatically build:
- Linux AppImage and .deb (compressed in
linux-builds.zip) - Windows .exe installer (compressed in
windows-builds.zip)
Download artifacts from: http://gitlab.kingstudio.es/patacuack/echoes-of-the-ash/-/pipelines