https://github.com/entando/entando-releases
The entando-releases is the coordination repository for the official ENTANDO RELEASES
https://github.com/entando/entando-releases
entando entando-releases releases
Last synced: 3 months ago
JSON representation
The entando-releases is the coordination repository for the official ENTANDO RELEASES
- Host: GitHub
- URL: https://github.com/entando/entando-releases
- Owner: entando
- License: lgpl-3.0
- Created: 2020-07-28T21:08:14.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-13T12:35:18.000Z (over 1 year ago)
- Last Synced: 2025-06-08T22:34:59.122Z (4 months ago)
- Topics: entando, entando-releases, releases
- Language: Shell
- Homepage:
- Size: 491 KB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# entando-releases
Coordination repository for the Entando releases
# Directory Structure:
- The **`dist`** directory contains the data required by the installations procedures
- The **`build.sh`** script is the one that generates the **./dist** directory
- The **`manifest`** file contains the parameters after which **./dist** is generated
- The **`script`** directory that contains utilities and a cache areas used by the build.sh script# Usage:
**CONFIGURE:**
- `Edit the *manifest* file`
**BUILD:**
- `Run ./build.sh`
**SAVE:**
- `Commit, Push`
**PUBLISH:**
- `Set a release tag`
- `Generate a github release`
- `Remember to use release braches`