|
25 | 25 | # |
26 | 26 | # Templates may be included in any text by starting a line with this syntax: |
27 | 27 | # (( template=my_template_name )) |
28 | | -# Templates may contain other templates for easy re-use of snippets |
| 28 | +# Templates may contain other templates for easy reuse of snippets |
29 | 29 | # And of course all Jinja2 syntax for inclusion of variables etc is supported. |
30 | 30 | # See http://jinja.pocoo.org/docs/2.10/templates/ for details |
31 | 31 | # To add new global variables or functions/filters, edit releaseWizard.py |
@@ -143,12 +143,12 @@ templates: |
143 | 143 | # description: Longer description that will appear in sub-menu |
144 | 144 | # depends: ['group1_id', 'group2_id'] # Explicit dependencies for groups |
145 | 145 | # is_in_rc_loop: Tells that a group is thrown away on RC re-psin (default=False) |
146 | | -# todos: # Array of !Todo objects beloning to the group |
| 146 | +# todos: # Array of !Todo objects belonging to the group |
147 | 147 | # !Todo |
148 | 148 | # id: todo_id |
149 | 149 | # title: Short title that will appear in menu and elsewhere |
150 | 150 | # description: | |
151 | | -# The main description being printed when selecing the todo item. Here |
| 151 | +# The main description being printed when selecting the todo item. Here |
152 | 152 | # you should introduce the task in more detail. You can use {{ jinja_var }} to |
153 | 153 | # reference variables. See `releaseWizard.py` for list of global vars supported. |
154 | 154 | # You can reference state saved from earlier TODO items using syntax |
@@ -202,7 +202,7 @@ groups: |
202 | 202 | title: Prerequisites |
203 | 203 | description: | |
204 | 204 | Releasing software requires thorough understanding of the process and careful execution, |
205 | | - as it is easy to make mistakes. It also requires an environtment and tools such as gpg |
| 205 | + as it is easy to make mistakes. It also requires an environment and tools such as gpg |
206 | 206 | correctly setup. This section makes sure you're in good shape for the job! |
207 | 207 | todos: |
208 | 208 | - !Todo |
@@ -1030,7 +1030,7 @@ groups: |
1030 | 1030 | Fortunately the only thing you need to change is a few variables in `pelicanconf.py`. |
1031 | 1031 | If you release a current latest release, change the `LUCENE_LATEST_RELEASE` and `LUCENE_LATEST_RELEASE_DATE` |
1032 | 1032 | variables. |
1033 | | - If you relese a bugfix release for previous version, then change the `LUCENE_PREVIOUS_MAJOR_RELEASE` variable. |
| 1033 | + If you release a bugfix release for previous version, then change the `LUCENE_PREVIOUS_MAJOR_RELEASE` variable. |
1034 | 1034 | commands: !Commands |
1035 | 1035 | root_folder: '{{ git_website_folder }}' |
1036 | 1036 | commands_text: Edit pelicanconf.py to update version numbers |
@@ -1256,7 +1256,7 @@ groups: |
1256 | 1256 | For feature releases, your announcement should describe the main features included |
1257 | 1257 | in the release. *Send the announce as Plain-text email, not HTML.* |
1258 | 1258 |
|
1259 | | - This step will generate email templates based on the news files you edited earler for the website. |
| 1259 | + This step will generate email templates based on the news files you edited earlier for the website. |
1260 | 1260 | Do any last-minute necessary edits to the text as you copy it over to the email. |
1261 | 1261 | todos: |
1262 | 1262 | - !Todo |
@@ -1527,7 +1527,7 @@ groups: |
1527 | 1527 | cmd: git commit -m "Add back-compat indices for {{ release_version }}" && git push |
1528 | 1528 | logfile: commit.log |
1529 | 1529 | post_description: | |
1530 | | - When doing a major version release, eg. 8.0.0, you might also need to reenable some |
| 1530 | + When doing a major version release, eg. 8.0.0, you might also need to re-enable some |
1531 | 1531 | backward compatibility tests for corner cases. To find them, run grep -r assume |
1532 | 1532 | lucene/backward-codecs/, which should find tests that have been disabled on main |
1533 | 1533 | because there was no released Lucene version to test against. |
|
0 commit comments