From b880b10be82270f459ad57b5403cb80f68f28397 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 3 Mar 2023 23:29:14 +0000 Subject: [PATCH] Fix the versions script with the new group Signed-off-by: Andrea Frittoli --- tools/event-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/event-version.sh b/tools/event-version.sh index ab435184..dc21033f 100755 --- a/tools/event-version.sh +++ b/tools/event-version.sh @@ -158,7 +158,7 @@ VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}${DRAFT_VERSION}" sed -i ".backup" -e 's,"dev.cdevents.*","dev.cdevents.'${SUBJECT}'.'${PREDICATE}'.'${VERSION}'",g' "${SCHEMA_FILE}" # Update examples in docs -for doc in core source-code-version-control continuous-integration continuous-deployment; do +for doc in core source-code-version-control continuous-integration continuous-deployment continuous-operations; do sed -i ".backup" -e 's,__`dev.cdevents.'${SUBJECT}'.'${PREDICATE}'.*`__,__`dev.cdevents.'${SUBJECT}'.'${PREDICATE}'.'${VERSION}'`__,g' "${doc}.md" done