diff --git a/README.txt b/README.txt index 56b2ea1..b18e168 100644 --- a/README.txt +++ b/README.txt @@ -53,10 +53,9 @@ To cut a new release for Telodendria, perform the following steps. This is just a reference for me so I don't mess it up. - Update tools/bin/td to declare the next version number. - - Update site/index.html with links to the new version. - - Make sure man/man7/telodendria-changelog.7 is up to date + - Make sure man/man7/telodendria-changelog.7 is up to date. with the latest information. - - Commit any changes made in the previous steps. + - Commit all changes. - Run the release recipe: td release - Deploy the site: td site diff --git a/man/man7/telodendria-changelog.7 b/man/man7/telodendria-changelog.7 index d4e3d6a..38de616 100644 --- a/man/man7/telodendria-changelog.7 +++ b/man/man7/telodendria-changelog.7 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: December 13 2022 $ +.Dd $Mdocdate: December 14 2022 $ .Dt TELODENDRIA-CHANGELOG 7 .Os Telodendria Project .Sh NAME @@ -40,6 +40,11 @@ Fixed a bug in that caused .Xr cvs 1 to be invoked in the wrong directory when tagging a new release. +.It +Added support for environment variable substitution in all site +files. This makes it easier to release +.Nm +versions. .El .Sh v0.1.0 .Pp diff --git a/site/index.html b/site/index.html index 422b4bc..d698d88 100644 --- a/site/index.html +++ b/site/index.html @@ -68,20 +68,20 @@ telodendria-signify.pub.
Telodendria-v${TELODENDRIA_VERSION}.tar.gz
Telodendria-v${TELODENDRIA_VERSION}.tar.gz.sha256
Telodendria-v${TELODENDRIA_VERSION}.tar.gz.sig
© 2022 Jordan Bancino <@jordan:bancino.net>
+
+Updated on ${DATE}.