From 95b029b30e44142f30e9eca094f3a287541ab6dd Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Thu, 13 Jan 2022 10:40:09 +0100 Subject: [PATCH 1/3] Configure release note generation. Signed-off-by: Dennis Labordus --- .github/release.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..1f90e22 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,26 @@ +# SPDX-FileCopyrightText: 2021 Alliander N.V. +# +# SPDX-License-Identifier: Apache-2.0 + +changelog: + exclude: + labels: + - wontfix + - duplicate + - invalid + categories: + - title: New Features + labels: + - enhancement + - title: Bugfixes + labels: + - bug + - title: Tooling changes + labels: + - tooling + - title: Dependency updates + labels: + - dependencies + - title: Other Changes + labels: + - "*" From a8f6272c0d0ded429c3fdc304cf64e8a63172541 Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Thu, 13 Jan 2022 11:00:25 +0100 Subject: [PATCH 2/3] Configure release note generation. Signed-off-by: Dennis Labordus --- .github/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index 1f90e22..334fc8d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Alliander N.V. +# SPDX-FileCopyrightText: 2022 Alliander N.V. # # SPDX-License-Identifier: Apache-2.0 From 7cd2a9ad658f57472b37dd1749d038d1ff358ec2 Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Thu, 13 Jan 2022 11:29:23 +0100 Subject: [PATCH 3/3] Added small remark in mapping description. Signed-off-by: Dennis Labordus --- MAPPING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAPPING.md b/MAPPING.md index ab23ef0..2828c3f 100644 --- a/MAPPING.md +++ b/MAPPING.md @@ -11,6 +11,9 @@ There is an IEC document describing the mapping, namely IEC/TS 62361-102, but no ## Mapping IEC CIM to IEC 61850 +**Remark**: In CIM the name is optional, so when the name is not there the ID is used. This is the case for many +entities described below (``name or id``). + | CIM Class | IEC Class | Remark | | -------------------------------- | -------------------------------- | --------- | | *cim:Substation* | *TSubstation* | |