@@ -41,7 +41,7 @@ programs in you `$PATH`:
4141
4242You must have access to the following repositories:
4343
44- - ` git@github.openssl.org:omc/data .git `
44+ - ` git@github.com:openssl/security-advisories .git `
4545
4646 This contains files to be updated as part of any release.
4747
@@ -148,7 +148,7 @@ In both tools, you will need to make a title and a short description.
148148For the title, use something like "OpenSSL 3.1.0".
149149
150150For the release notes [ ^ 1 ] , we currently use the same text as is added in the
151- ` newsflash.txt ` file to announce the release
151+ ` newsflash.md ` file to announce the release
152152(see [ Update the release data locally] ( #update-the-release-data-locally ) below)
153153
154154[ ^ 1 ] : The release notes field has previously been described as "description"
@@ -199,7 +199,7 @@ data repo*
199199
200200- Newsflash * [ only for public releases] *
201201
202- Update the newsflash.txt file. This normally is one or two lines. Just
202+ Update the newsflash.md file. This normally is one or two lines. Just
203203 copy and paste existing announcements making minor changes for the date
204204 and version number as necessary. If there is an advisory then ensure
205205 you include a link to it.
@@ -211,7 +211,7 @@ data repo*
211211 If there is a Security Advisory then copy it into the secadv directory.
212212
213213Make a pull request from your changes, against the release metadata repo
214- (the release metadata repo being ` git@github.openssl.org:omc/data .git ` ).
214+ (the release metadata repo being ` git@github.com:openssl/security-advisories .git ` ).
215215Await approval from reviewers, then merge the pull request.
216216
217217# Post-publishing tasks
0 commit comments