An open API service indexing awesome lists of open source software.

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

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`