Skip to content

Commit 231312c

Browse files
authored
Merge pull request #1033 from jwcheong0420/fix-typo
Fix typo in RELEASES.md
2 parents 39c287c + 37fab77 commit 231312c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ However, specification releases have special restrictions in the [OCI charter][c
2323
* They are the target of backwards compatibility (§7.g), and
2424
* They are subject to the OFWa patent grant (§8.d and e).
2525

26-
To avoid unfortunate side effects (onerous backwards compatibity requirements or Member resignations), the following additional procedures apply to specification releases:
26+
To avoid unfortunate side effects (onerous backwards compatibility requirements or Member resignations), the following additional procedures apply to specification releases:
2727

2828
### Planning a release
2929

@@ -57,7 +57,7 @@ Releases usually follow a few steps:
5757
* [ ] prepare a pull-request for the release
5858
* [ ] a commit updating `./ChangeLog`
5959
* [ ] `git log --oneline --no-merges --decorate --name-status v1.0.1..HEAD | vim -`
60-
* [ ] `:% s/(pr\/\(\d*\))\(.*\)/\2 (#\1)/` to move the PR to the end of line and match previous formating
60+
* [ ] `:% s/(pr\/\(\d*\))\(.*\)/\2 (#\1)/` to move the PR to the end of line and match previous formatting
6161
* [ ] review `(^M|^A|^D)` for impact of the commit
6262
* [ ] group commits to `Additions:`, `Minor fixes and documentation:`, `Breaking changes:`
6363
* [ ] delete the `(^M|^A|^D)` lines, `:%!grep -vE '(^M|^A|^D)'`

0 commit comments

Comments
 (0)