Skip to content

Commit 03a7a95

Browse files
authored
docs: adapting release process to new definition setup (asyncapi#659)
1 parent 77e428f commit 03a7a95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE_PROCESS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ An example of doing this is:
133133
#### Step 3.4 - Create a new JSON schema file for the new version
134134
Repository: [spec-json-schemas](https://github.com/asyncapi/spec-json-schemas)
135135

136-
The new file should be created in the `schemas/` folder in the [spec-json-schemas](https://github.com/asyncapi/spec-json-schemas) repository.
136+
To create a new version, please read [Creating a new version](https://github.com/asyncapi/spec-json-schemas#creating-a-new-version).
137137

138138
It should be named with the version of the new release, and a link should be added to the `index.js` file (in the same repository).
139139

140140
An example of doing this is:
141-
- this [commit from the 2.3.0 release](https://github.com/dalelane/spec-json-schemas/commit/9cff7798ac42f609927e1cb9e532ff16d360ab99)
142-
- this [pull request from the 2.3.0 release](https://github.com/asyncapi/spec-json-schemas/pull/139)
141+
- this [commit from the 3.0.0 release](https://github.com/asyncapi/spec-json-schemas/pull/221/files)
142+
- this [pull request from the 3.0.0 release](https://github.com/asyncapi/spec-json-schemas/pull/221)
143143

144144
#### Step 3.5 - Update the list of AsyncAPI schema MIME types with the new version
145145
Repository: [parser-js](https://github.com/asyncapi/parser-js)

0 commit comments

Comments
 (0)