mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Removed release description text, so PR text is used.
This commit is contained in:
2
.github/workflows/CompletePipeline.yml
vendored
2
.github/workflows/CompletePipeline.yml
vendored
@@ -338,7 +338,7 @@ jobs:
|
|||||||
if: needs.Prepare.outputs.is_release_tag == 'true'
|
if: needs.Prepare.outputs.is_release_tag == 'true'
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
actions: write
|
actions: write
|
||||||
with:
|
with:
|
||||||
tag: ${{ needs.Prepare.outputs.version }}
|
tag: ${{ needs.Prepare.outputs.version }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
2
.github/workflows/NightlyRelease.yml
vendored
2
.github/workflows/NightlyRelease.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
|||||||
continue-on-error: ${{ inputs.can-fail }}
|
continue-on-error: ${{ inputs.can-fail }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
actions: write
|
actions: write
|
||||||
# attestations: write
|
# attestations: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
7
.github/workflows/PublishReleaseNotes.yml
vendored
7
.github/workflows/PublishReleaseNotes.yml
vendored
@@ -52,7 +52,7 @@ on:
|
|||||||
description:
|
description:
|
||||||
description: 'Multi-line description of the release.'
|
description: 'Multi-line description of the release.'
|
||||||
required: false
|
required: false
|
||||||
default: 'Release of artifacts from latest CI pipeline.'
|
default: ''
|
||||||
type: string
|
type: string
|
||||||
description_file:
|
description_file:
|
||||||
description: 'Description of the release from a Markdown file.'
|
description: 'Description of the release from a Markdown file.'
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
continue-on-error: ${{ inputs.can-fail }}
|
continue-on-error: ${{ inputs.can-fail }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
actions: write
|
actions: write
|
||||||
# attestations: write
|
# attestations: write
|
||||||
outputs:
|
outputs:
|
||||||
release-page: ${{ steps.removeDraft.outputs.release_page }}
|
release-page: ${{ steps.removeDraft.outputs.release_page }}
|
||||||
@@ -275,6 +275,9 @@ jobs:
|
|||||||
elif [[ -s __PULLREQUEST__.md ]]; then
|
elif [[ -s __PULLREQUEST__.md ]]; then
|
||||||
printf "Use '__PULLREQUEST__.md' as main release description.\n"
|
printf "Use '__PULLREQUEST__.md' as main release description.\n"
|
||||||
mv -v __PULLREQUEST__.md __NOTES__.md
|
mv -v __PULLREQUEST__.md __NOTES__.md
|
||||||
|
|
||||||
|
printf "Append '%%FOOTER%%' to '__NOTES__.md'.\n"
|
||||||
|
printf "\n%%FOOTER%%\n" >> __NOTES__.md
|
||||||
else
|
else
|
||||||
printf "${ANSI_LIGHT_RED}No release description specified (file, parameter, PR text).${ANSI_NOCOLOR}\n"
|
printf "${ANSI_LIGHT_RED}No release description specified (file, parameter, PR text).${ANSI_NOCOLOR}\n"
|
||||||
printf "::error title=%s::%s\n" "MissingDescription" "No release description specified (file, parameter, PR text)."
|
printf "::error title=%s::%s\n" "MissingDescription" "No release description specified (file, parameter, PR text)."
|
||||||
|
|||||||
2
.github/workflows/TagReleaseCommit.yml
vendored
2
.github/workflows/TagReleaseCommit.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # required for tag creation
|
contents: write # required for tag creation
|
||||||
actions: write # required to start a new pipeline
|
actions: write # required to start a new pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 🏷 Create release tag '${{ steps.FindPullRequest.outputs.version }}'
|
- name: 🏷 Create release tag '${{ steps.FindPullRequest.outputs.version }}'
|
||||||
|
|||||||
2
.github/workflows/_Checking_JobTemplates.yml
vendored
2
.github/workflows/_Checking_JobTemplates.yml
vendored
@@ -218,7 +218,7 @@ jobs:
|
|||||||
if: needs.Prepare.outputs.is_release_tag == 'true'
|
if: needs.Prepare.outputs.is_release_tag == 'true'
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
actions: write
|
actions: write
|
||||||
with:
|
with:
|
||||||
tag: ${{ needs.Prepare.outputs.version }}
|
tag: ${{ needs.Prepare.outputs.version }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ sphinxcontrib-mermaid ~= 1.0
|
|||||||
autoapi >= 2.0.1
|
autoapi >= 2.0.1
|
||||||
sphinx_design ~= 0.6.1
|
sphinx_design ~= 0.6.1
|
||||||
sphinx-copybutton >= 0.5.2
|
sphinx-copybutton >= 0.5.2
|
||||||
sphinx_autodoc_typehints ~= 3.1
|
sphinx_autodoc_typehints ~= 3.2
|
||||||
sphinx_reports ~= 0.9
|
sphinx_reports ~= 0.9
|
||||||
|
|||||||
Reference in New Issue
Block a user