Documented Realease and StaticTypeCheck.

This commit is contained in:
Patrick Lehmann
2022-11-01 23:35:08 +01:00
parent b0edc772b0
commit d3eb6e611d
5 changed files with 180 additions and 62 deletions

View File

@@ -3,7 +3,31 @@
Release
#######
publish GitHub Release.
This job creates a Release Page on GitHub.
**Release Template in Markdown**:
.. parsed-literal::
**Automated Release created on: ${{ steps.getVariables.outputs.datetime }}**
# New Features
* tbd
# Changes
* tbd
# Bug Fixes
* tbd
**Behavior:**
1. Extract information from environment variables provided by GitHub Actions.
2. Create a Release Page on GitHub
**Dependencies:**
* :gh:`actions/create-release`
Instantiation
*************
@@ -13,31 +37,34 @@ Simple Example
.. code-block:: yaml
TBD
jobs:
Release:
uses: pyTooling/Actions/.github/workflows/Release.yml@r0
Complex Example
===============
.. code-block:: yaml
TBD
jobs:
Release:
uses: pyTooling/Actions/.github/workflows/Release.yml@r0
if: startsWith(github.ref, 'refs/tags')
needs:
- Package
Parameters
**********
TBD 1
=====
This job template needs no input parameters.
TBD
Secrets
*******
TBD 1
=====
This job template needs no secrets.
TBD
Results
*******
Template Results
****************
*None*
This job template has no output parameters.