diff --git a/.github/actions/release/action.yaml b/.github/actions/release/action.yaml index 6e8fc49..814557f 100644 --- a/.github/actions/release/action.yaml +++ b/.github/actions/release/action.yaml @@ -71,12 +71,19 @@ runs: embed-title: "The new Plazma ${{ inputs.version }} development build is available!" embed-color: 15424410 embed-description: | - *No information provided.* + ## **Plazma ${{ inputs.version }} — Build #${{ inputs.build_number }}** + + > :warning: **Warning!** + The development version is not guaranteed to be stable, and may contain many bugs. Go through enough testing after backup before update. + **Never use it in production. You are responsible for all problems that arise from use in production.** + -# All features included in the development version are subject to change. + + Download at: **[:github: GitHub]() | [:plazma: Docsportal]()** - if: ${{ !inputs.development }} uses: softprops/action-gh-release@v2 with: - name: "Plazma ${{ inputs.version }} (Build #${{ inputs.build_number }})" + name: "Plazma ${{ inputs.version }} — Build #${{ inputs.build_number }}" prerelease: false make_latest: false generate_release_notes: true @@ -89,7 +96,7 @@ runs: - if: ${{ !inputs.development }} uses: softprops/action-gh-release@v2 with: - name: "Plazma ${{ inputs.version }} (Build #${{ inputs.build_number }})" + name: "Plazma ${{ inputs.version }} — Build #${{ inputs.build_number }}" prerelease: false make_latest: true generate_release_notes: true @@ -114,4 +121,6 @@ runs: embed-title: "The new Plazma ${{ inputs.version }} build is available!" embed-color: 15424410 embed-description: | - *No information provided.* + ## **Plazma ${{ inputs.version }} — Build #${{ inputs.build_number }}** + + Download at: **[:github: GitHub]() | [:plazma: Docsportal]()**