Skip to content

Commit 5f5c73c

Browse files
committed
Switch versions to 0.1.0
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent 8cd663f commit 5f5c73c

36 files changed

+108
-108
lines changed

Diff for: hack/add-event.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import (
4848
4949
const (
5050
// ${SUBJECT_UPPER_CAMEL}${PREDICATE_UPPER_CAMEL} event
51-
${SUBJECT_UPPER_CAMEL}${PREDICATE_UPPER_CAMEL}EventV1 CDEventType = "dev.cdevents.${SUBJECT_LOWER}.${PREDICATE_LOWER}.0.1.0-draft"
51+
${SUBJECT_UPPER_CAMEL}${PREDICATE_UPPER_CAMEL}EventV1 CDEventType = "dev.cdevents.${SUBJECT_LOWER}.${PREDICATE_LOWER}.0.1.0"
5252
${SUBJECT_LOWER_CAMEL}${PREDICATE_UPPER_CAMEL}SchemaFile string = "${SUBJECT_LOWER}${PREDICATE_LOWER}"
5353
)
5454

Diff for: pkg/api/artifactpackaged.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
const (
2626
// ArtifactPackaged event
27-
ArtifactPackagedEventV1 CDEventType = "dev.cdevents.artifact.packaged.0.1.0-draft"
27+
ArtifactPackagedEventV1 CDEventType = "dev.cdevents.artifact.packaged.0.1.0"
2828
artifactPackagedSchemaFile string = "artifactpackaged"
2929
)
3030

Diff for: pkg/api/artifactpublished.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
const (
2626
// ArtifactPublished event
27-
ArtifactPublishedEventV1 CDEventType = "dev.cdevents.artifact.published.0.1.0-draft"
27+
ArtifactPublishedEventV1 CDEventType = "dev.cdevents.artifact.published.0.1.0"
2828
artifactPublishedSchemaFile string = "artifactpublished"
2929
)
3030

0 commit comments

Comments
 (0)