openssl/dev/release-aux
Jon Ericson f014892d9f Point to new docs location
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27331)
2025-04-15 15:56:16 +01:00
..
README.md Fix typos found by codespell 2023-06-15 10:11:46 +10:00
fix-title.pl always use the same perl in $PATH 2021-09-02 12:55:39 +10:00
fixup-CHANGES.md-postrelease.pl Fix fixup postrelease scripts to avoid creating errors 2021-12-20 10:13:50 +01:00
fixup-CHANGES.md-release.pl Developer scripts: Release script 2020-04-21 10:11:41 +02:00
fixup-NEWS.md-postrelease.pl Fix fixup postrelease scripts to avoid creating errors 2021-12-20 10:13:50 +01:00
fixup-NEWS.md-release.pl Developer scripts: Release script 2020-04-21 10:11:41 +02:00
openssl-announce-pre-release.tmpl Point to new docs location 2025-04-15 15:56:16 +01:00
openssl-announce-release.tmpl Point to new docs location 2025-04-15 15:56:16 +01:00
release-state-fn.sh Update copyright year 2021-09-07 13:35:43 +02:00
release-version-fn.sh Fix treatment of BUILD_METADATA 2022-12-08 07:01:33 +01:00

README.md

Auxiliary files for dev/release.sh

  • release-state-fn.sh

    This is the main version and state update logic... you could say that it's the innermost engine for the release mechanism. It tries to be agnostic of versioning schemes, and relies on release-version-fn.sh to supply necessary functions that are specific for versioning schemes.

  • release-version-fn.sh

    Supplies functions that are specific to versioning schemes:

    get_version() gets the version data from appropriate files.

    set_version() writes the version data to appropriate files.

    fixup_version() updates the version data, given a first argument that instructs it what update to do.

  • openssl-announce-pre-release.tmpl and openssl-announce-release.tmpl

    Templates for announcements

  • fixup--release.pl and fixup--postrelease.pl

    Fixup scripts for specific files, to be done for the release commit and for the post-release commit.