17
.github/actions/release/action.yaml
vendored
17
.github/actions/release/action.yaml
vendored
@@ -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](<https://github.com/PlazmaMC/PlazmaBukkit/releases/tag/build/${{ inputs.version }}/${{ inputs.build_number }}>) | [:plazma: Docsportal](<https://plazmamc.org/downloads>)**
|
||||
|
||||
- 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](<https://github.com/PlazmaMC/PlazmaBukkit/releases/tag/build/${{ inputs.version }}/${{ inputs.build_number }}>) | [:plazma: Docsportal](<https://plazmamc.org/downloads>)**
|
||||
|
||||
Reference in New Issue
Block a user