Version number fix
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -23,7 +23,7 @@
|
||||
# INGROUP: GitHub.Actions.ContinuousIntegration
|
||||
# REPO: https://github.com/mokoconsulting-tech/MokoStandards
|
||||
# PATH: /.github/workflows/ci.yml
|
||||
# VERSION: 01.00.00
|
||||
# VERSION: 03.05.00
|
||||
# BRIEF: Continuous integration governance workflow for standards enforcement.
|
||||
# NOTE: Runs on every push. Auto-normalizes YAML tabs to two spaces before validation.
|
||||
# ============================================================================
|
||||
|
||||
2
.github/workflows/release_pipeline.yml
vendored
2
.github/workflows/release_pipeline.yml
vendored
@@ -23,7 +23,7 @@
|
||||
# INGROUP: MokoStandards.Release
|
||||
# REPO: https://github.com/mokoconsulting-tech/MokoStandards
|
||||
# PATH: /.github/workflows/release_pipeline.yml
|
||||
# VERSION: 01.02.00
|
||||
# VERSION: 03.05.00
|
||||
# BRIEF: Enterprise release pipeline enforcing dev to rc to version to main. Creates prerelease when rc is created. Creates full release when version is created and promotes to main while retaining the version branch.
|
||||
# NOTE: Controls: strict branch gating, mandatory source branch deletion after promotion, key-only SFTP with verbose logs, ZIP-only distribution with overwrite, no checksum generation.
|
||||
#
|
||||
|
||||
2
.github/workflows/version_branch.yml
vendored
2
.github/workflows/version_branch.yml
vendored
@@ -20,7 +20,7 @@
|
||||
# INGROUP: GitHub.Versioning.Branching
|
||||
# REPO: https://github.com/mokoconsulting-tech/MokoStandards
|
||||
# PATH: /.github/workflows/version_branch.yml
|
||||
# VERSION: 01.00.00
|
||||
# VERSION: 03.05.00
|
||||
# BRIEF: Create a dev/<version> branch and align versions across governed files
|
||||
# NOTE: Enterprise gates: required artifacts, namespace defense, deterministic reporting, control character guard
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
# INGROUP: GitHub.Actions.Utilities
|
||||
# REPO: https://github.com/mokoconsulting-tech/MokoStandards
|
||||
# PATH: /scripts/fix_tabs.sh
|
||||
# VERSION: 01.00.00
|
||||
# VERSION: 03.05.00
|
||||
# BRIEF: Utility script to replace tab characters with two spaces in YAML files.
|
||||
# NOTE: Intended for local developer use. Not executed automatically in CI.
|
||||
# ============================================================================
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
# INGROUP: Date.Normalization
|
||||
# REPO: https://github.com/mokoconsulting-tech/MokoStandards
|
||||
# PATH: /scripts/update_dates.sh
|
||||
# VERSION: 01.00.01
|
||||
# VERSION: 03.05.00
|
||||
# BRIEF: Normalize release dates across manifests and CHANGELOG using a single authoritative UTC date.
|
||||
# NOTE: Repo-controlled script only. CI-fatal on malformed inputs. Outputs a JSON report to stdout.
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
# INGROUP: GitHub.Actions.CI
|
||||
# REPO: https://github.com/mokoconsulting-tech/MokoStandards
|
||||
# PATH: /scripts/validate_tabs.sh
|
||||
# VERSION: 01.00.00
|
||||
# VERSION: 03.05.00
|
||||
# BRIEF: CI validator that blocks tab characters in YAML files and enforces two-space indentation policy.
|
||||
# NOTE: YAML is indentation sensitive; tabs are noncompliant. This validator fails the job when any tab is detected.
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user