Skip to content

Commit

Permalink
[DOCS] Enable markdownlint rule MD037 (apache#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored and jiayuasu committed Jan 8, 2024
1 parent 5cee11c commit 3988e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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
8 changes: 4 additions & 4 deletions docs/community/release-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ 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/incubator/sedona/KEYS
* https://dist.apache.org/repos/dist/release/incubator/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
svn checkout https://dist.apache.org/repos/dist/dev/incubator/sedona/ sedona-dev --depth files
svn checkout https://dist.apache.org/repos/dist/release/incubator/sedona/ sedona-release --depth files
svn checkout https://dist.apache.org/repos/dist/dev/sedona/ sedona-dev --depth files
svn checkout https://dist.apache.org/repos/dist/release/sedona/ sedona-release --depth files
```
2. Use your favorite text editor to open `sedona-dev/KEYS` and `sedona-release/KEYS`.
3. Paste your armored key to the end of both files. Note: There must be an empty line between `-----BEGIN PGP PUBLIC KEY BLOCK-----` and the actual key.
Expand Down

0 comments on commit 3988e96

Please sign in to comment.