From 8c521539cd875470ea8e89cf3ab7ffd81be64788 Mon Sep 17 00:00:00 2001 From: Dale Lane Date: Tue, 14 Dec 2021 13:46:18 +0000 Subject: [PATCH 1/2] chore: update version number in examples Contributes to: #675 Signed-off-by: Dale Lane --- examples/anyof.yml | 2 +- examples/application-headers.yml | 2 +- examples/correlation-id.yml | 2 +- examples/gitter-streaming.yml | 2 +- examples/mercure.yml | 2 +- examples/not.yml | 2 +- examples/oneof.yml | 2 +- examples/rpc-client.yml | 2 +- examples/rpc-server.yml | 2 +- examples/simple.yml | 2 +- examples/slack-rtm.yml | 2 +- examples/streetlights-kafka.yml | 2 +- examples/streetlights-mqtt.yml | 2 +- examples/websocket-gemini.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/anyof.yml b/examples/anyof.yml index 73a56e6b..ca53798b 100644 --- a/examples/anyof.yml +++ b/examples/anyof.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: AnyOf example version: '1.0.0' diff --git a/examples/application-headers.yml b/examples/application-headers.yml index ff8874f1..a2909011 100644 --- a/examples/application-headers.yml +++ b/examples/application-headers.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: Application Headers example version: '1.0.0' diff --git a/examples/correlation-id.yml b/examples/correlation-id.yml index e7255791..05273470 100644 --- a/examples/correlation-id.yml +++ b/examples/correlation-id.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: Correlation ID Example version: '1.0.0' diff --git a/examples/gitter-streaming.yml b/examples/gitter-streaming.yml index 87e5a65a..07ed8a18 100644 --- a/examples/gitter-streaming.yml +++ b/examples/gitter-streaming.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' id: 'urn:com:gitter:streaming:api' info: title: Gitter Streaming API diff --git a/examples/mercure.yml b/examples/mercure.yml index 239f27e3..0384bf53 100644 --- a/examples/mercure.yml +++ b/examples/mercure.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: Mercure Hub Example version: '1.0.0' diff --git a/examples/not.yml b/examples/not.yml index ae61a917..1ae16047 100644 --- a/examples/not.yml +++ b/examples/not.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: Not example version: '1.0.0' diff --git a/examples/oneof.yml b/examples/oneof.yml index 94f61fc7..c35e9d01 100644 --- a/examples/oneof.yml +++ b/examples/oneof.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: OneOf example version: '1.0.0' diff --git a/examples/rpc-client.yml b/examples/rpc-client.yml index cf875bb2..c0ab9fed 100644 --- a/examples/rpc-client.yml +++ b/examples/rpc-client.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' id: 'urn:rpc:example:client' defaultContentType: application/json diff --git a/examples/rpc-server.yml b/examples/rpc-server.yml index 181ef8f3..1076dcc2 100644 --- a/examples/rpc-server.yml +++ b/examples/rpc-server.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' id: 'urn:rpc:example:server' defaultContentType: application/json diff --git a/examples/simple.yml b/examples/simple.yml index cbcf47ca..48c005b5 100644 --- a/examples/simple.yml +++ b/examples/simple.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: Account Service version: 1.0.0 diff --git a/examples/slack-rtm.yml b/examples/slack-rtm.yml index e600e0b7..c1993cdb 100644 --- a/examples/slack-rtm.yml +++ b/examples/slack-rtm.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' id: 'urn:com:slack:rtm:api' info: title: Slack Real Time Messaging API diff --git a/examples/streetlights-kafka.yml b/examples/streetlights-kafka.yml index ee8437c4..ee4db426 100644 --- a/examples/streetlights-kafka.yml +++ b/examples/streetlights-kafka.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: Streetlights Kafka API version: '1.0.0' diff --git a/examples/streetlights-mqtt.yml b/examples/streetlights-mqtt.yml index 5667034d..a9deef82 100644 --- a/examples/streetlights-mqtt.yml +++ b/examples/streetlights-mqtt.yml @@ -1,4 +1,4 @@ -asyncapi: '2.2.0' +asyncapi: '2.3.0' info: title: Streetlights MQTT API version: '1.0.0' diff --git a/examples/websocket-gemini.yml b/examples/websocket-gemini.yml index cb1c3702..71605bad 100644 --- a/examples/websocket-gemini.yml +++ b/examples/websocket-gemini.yml @@ -12,7 +12,7 @@ # - Live stream about topics mentioned in part 1 and 2 articles: https://www.youtube.com/watch?v=8tFBcf31e_c # -asyncapi: '2.2.0' +asyncapi: '2.3.0' # # Overal information for users of the application From 210f89adc74f17aaf09d808b84132f232ff2e412 Mon Sep 17 00:00:00 2001 From: Dale Lane Date: Tue, 14 Dec 2021 18:07:59 +0000 Subject: [PATCH 2/2] chore: update release branch name in releaserc Contributes to: asyncapi/spec#675 Signed-off-by: Dale Lane --- .releaserc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.releaserc b/.releaserc index 36b45bfc..73a7f236 100644 --- a/.releaserc +++ b/.releaserc @@ -1,11 +1,11 @@ --- branches: - master -- name: 2021-09-release +- name: 2022-01-release prerelease: true plugins: - - "@semantic-release/commit-analyzer" - - preset: conventionalcommits + - preset: conventionalcommits - - "@semantic-release/release-notes-generator" - preset: conventionalcommits - - "@semantic-release/github"