ChewKeanHo / AutomataCI

An open-source, redistributable, template-guided, and semi-autonomous CI infrastructure readily available your next project.
Apache License 2.0
18 stars 1 forks source link

Make sure the Release Script generate _${PROJECT_VERSION} Naming Convention #274

Closed hollowaykeanho closed 3 months ago

hollowaykeanho commented 3 months ago

Description

The existing release script is generating inconsistent naming convention (-${PROJECT_VERSION}) instead of (_${PROJECT_VERSION}). We need to make sure things are happening consistently even for a meta infrastructure executions.

Expected Behavior

meta release script is generating consistent naming convention.

Current Behavior

meta release script is generating inconsistent naming convention.

Associated Data Files

No response

hollowaykeanho commented 3 months ago

committed in ef8d719a96fece25044eee6506bf2ed2fee547e4. Released in main branch and all forks.