Skip to content

Commit

Permalink
HOWTO-make-a-release.md: Add section on adding new releases to the pr…
Browse files Browse the repository at this point in the history
…ovider compat CI

Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #125)
  • Loading branch information
paulidale authored and t8m committed Jun 6, 2024
1 parent f76f116 commit f8f26f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions HOWTO-make-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ process is documented in other files that go into deeper detail.
- [Publish the release](#publish-the-release)
- [Post-releasing tasks](#post-publishing-tasks)
- [Unfreeze the source repository](#unfreeze-the-source-repository)
- [Update compatibility tests](#update-the-provider-backwards-compatibility-tests)
- [Keep in touch](#keep-in-touch)


Expand Down Expand Up @@ -155,6 +156,13 @@ or:
git push --delete [email protected]:openssl/premium.git \
refs/frozen/NAME

## Update the provider backwards compatibility tests

In the case of a new minor release, the tags being tested by the
`.github/workflows/provider-compatibility.yml`
script need to be updated for the released version and **all** subsequent (i.e.
higher numbered versions) to include the tag for this release.

## Keep in touch

Check mailing lists over the next few hours for reports of any success or
Expand Down

0 comments on commit f8f26f9

Please sign in to comment.