mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Documented Realease and StaticTypeCheck.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user