Skip to content

Commit 77e428f

Browse files
authoredJun 15, 2022
docs: fix links in Markdown files (asyncapi#769)
1 parent 70d0d67 commit 77e428f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
 

‎RELEASE_PROCESS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The steps to follow for this are:
162162
- Create a fork of the [website](https://github.com/asyncapi/website) repository
163163
- Create a new file at `pages/blog/release-notes-X.X.X.md` (replacing `X.X.X` with the version number for the release)
164164
- Add a standard header at the top of the file (see the release notes for [2.2.0](https://raw.githubusercontent.com/asyncapi/website/master/pages/blog/release-notes-2.2.0.md) and [2.3.0](https://raw.githubusercontent.com/asyncapi/website/master/pages/blog/release-notes-2.3.0.md) for examples)
165-
- Add a (webp format) cover image to the `public/img/posts/release-notes-X.X.X/` folder, and update the `cover` attribute of the blog post header with it. (**Make sure to attribute the image correctly** - unsplash.com is a good source of free images for this). See [this commit from the 2.3.0 release](4050ca0540684f5188300e0c27efc713a6ba1ec2) for an example of doing this.
165+
- Add a (webp format) cover image to the `public/img/posts/release-notes-X.X.X/` folder, and update the `cover` attribute of the blog post header with it. (**Make sure to attribute the image correctly** - unsplash.com is a good source of free images for this). See [this commit from the 2.3.0 release](https://github.com/asyncapi/website/pull/512/commits/4050ca0540684f5188300e0c27efc713a6ba1ec2) for an example of doing this.
166166
- Add a (webp format) profile picture of the release coordinator to the `public/img/avatars` folder, and update the `authors` attribute of the blog post header with it. See [this commit from the 2.3.0 release](https://github.com/asyncapi/website/pull/512/commits/006f7df26b0d0803ed2e1dd6b8004dfdaec15617) for an example of doing this.
167167
- Open a **draft** pull request against the [website](https://github.com/asyncapi/website/) repository. Make sure the option **Allow edits and access to secrets by maintainers** is selected to enable support from maintainers.
168168
<img src="./assets/release_process/draft_pr.png" alt="This image shows example pull request created in GitHub with release notes for AsyncAPI specification" height="300">

‎mlc_config.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^https://github.com/asyncapi/spec/tree/BRANCH_NAME"
5+
},
6+
{
7+
"pattern": "^https://github.com/asyncapi/spec-json-schemas/tree/BRANCH_NAME"
8+
},
9+
{
10+
"pattern": "^https://github.com/asyncapi/parser-js/tree/BRANCH_NAME"
11+
},
12+
{
13+
"pattern": "^https://github.com/asyncapi/website/pull/PULLREQUEST"
14+
},
15+
{
16+
"pattern": "^https://github.com/asyncapi/spec/blob/.*.md$"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)
Please sign in to comment.