From d6af5cabf05268b907e2dfebbf1f89cff6197706 Mon Sep 17 00:00:00 2001 From: Hoegerl Daniel Date: Thu, 22 Dec 2022 16:14:03 +0100 Subject: [PATCH 1/2] feat/ctrlppcheck: update CI and corresponding tags for OA versions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1802e3f..e859a64 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Continuous integration: - ![](https://github.com/siemens/CtrlppCheck/actions/workflows/main.yaml/badge.svg?branch=master) on master - ![](https://github.com/siemens/CtrlppCheck/actions/workflows/main.yaml/badge.svg?branch=next) on next +- For the Ctrl language definition the tool depends on an installed WinCC OA version. Released major versions of WinCC OA are marked in our source code history using tags. + user documentation: - [Link](docs/user.md) From 22d7f8b45ee7315ac0a01f33db8979826d208c72 Mon Sep 17 00:00:00 2001 From: Hoegerl Daniel Date: Thu, 22 Dec 2022 16:29:23 +0100 Subject: [PATCH 2/2] feat: tag syntax and example added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e859a64..55e2478 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Continuous integration: - ![](https://github.com/siemens/CtrlppCheck/actions/workflows/main.yaml/badge.svg?branch=master) on master - ![](https://github.com/siemens/CtrlppCheck/actions/workflows/main.yaml/badge.svg?branch=next) on next -- For the Ctrl language definition the tool depends on an installed WinCC OA version. Released major versions of WinCC OA are marked in our source code history using tags. +- For the Ctrl language definition the tool depends on an installed WinCC OA version. Released major versions of WinCC OA are marked in our source code history using tags with syntax WinCC_OA_X_Y, e.g. WinCC_OA_3_19. user documentation: