Skip to content

Commit 4b2eca3

Browse files
quarckstert8m
authored andcommitted
HOWTO-publish-a-release.md: update release metadata repository url
Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #212)
1 parent 6ef511a commit 4b2eca3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HOWTO-publish-a-release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ programs in you `$PATH`:
4141

4242
You 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.
148148
For the title, use something like "OpenSSL 3.1.0".
149149

150150
For 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

213213
Make 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`).
215215
Await approval from reviewers, then merge the pull request.
216216

217217
# Post-publishing tasks

0 commit comments

Comments
 (0)