Skip to content

Commit

Permalink
Merge branch 'main' into release-2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Nichols <snichols@vmware.com>
  • Loading branch information
Scott Nichols committed Aug 13, 2021
2 parents 79226a9 + 1624f31 commit c6de958
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail

# This is run after the major release is published.

VERSION=v2.4.1
VERSION=v2.5.0

# It is intended that this file is run locally. For a full release tag, confirm the version is correct, and then:
# ./hack/tag-release.sh --tag --push
Expand Down Expand Up @@ -45,6 +45,7 @@ do
"github.com/cloudevents/sdk-go/protocol/amqp/v2"
"github.com/cloudevents/sdk-go/protocol/stan/v2"
"github.com/cloudevents/sdk-go/protocol/nats/v2"
"github.com/cloudevents/sdk-go/protocol/nats_jetstream/v2"
"github.com/cloudevents/sdk-go/protocol/pubsub/v2"
"github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2"
"github.com/cloudevents/sdk-go/protocol/ws/v2"
Expand Down Expand Up @@ -108,6 +109,7 @@ MODULES=(
"protocol/amqp"
"protocol/stan"
"protocol/nats"
"protocol/nats_jetstream"
"protocol/pubsub"
"protocol/kafka_sarama"
"protocol/ws"
Expand Down

0 comments on commit c6de958

Please sign in to comment.