Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Enable markdownlint rule MD037 #1168

Merged
merged 1 commit into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ MD032: false
MD033: false
MD034: false
MD036: false
MD037: false
MD038: false
MD040: false
MD041: false
Expand Down
4 changes: 2 additions & 2 deletions docs/community/release-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ JAVA_HOME="${JAVA_HOME:-$(/usr/libexec/java_home -v 1.8)}" exec "/usr/local/Cell
### 3. Use SVN to update KEYS

Use SVN to append your armored PGP public key to the `KEYS` files
* https://dist.apache.org/repos/dist/dev/sedona/KEYS
* https://dist.apache.org/repos/dist/release/sedona/KEYS
* https://dist.apache.org/repos/dist/dev/sedona/KEYS
* https://dist.apache.org/repos/dist/release/sedona/KEYS

1. Check out both KEYS files
```bash
Expand Down