From 3328130d34faf30636b9883d39eb1bdc8a799c41 Mon Sep 17 00:00:00 2001 From: Eric Herman Date: Tue, 13 Dec 2022 12:22:19 +0100 Subject: [PATCH] ready for 0.0.9 --- .github/workflows/release-on-tag.yml | 2 +- _config.yml | 2 +- changelog/changelog-0.0.9.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 changelog/changelog-0.0.9.md diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 1b6ebc3..5d6ed6b 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -30,7 +30,7 @@ jobs: - name: build-pdf run: script/pdf.sh - name: link-change-latest - run: ln -sv changelog/$(ls -1 changelog | sort | tail -n1) release.body + run: script/link-change-latest.sh - name: upload uses: softprops/action-gh-release@v1 with: diff --git a/_config.yml b/_config.yml index b0bfe55..c2ad5c6 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2022 The Foundation for Public Code title: Release Test -version: 0.0.8 +version: 0.0.9 remote_theme: publiccodenet/jekyll-theme diff --git a/changelog/changelog-0.0.9.md b/changelog/changelog-0.0.9.md new file mode 100644 index 0000000..7bc844d --- /dev/null +++ b/changelog/changelog-0.0.9.md @@ -0,0 +1,9 @@ + + + +## Version 0.0.9 + +2020-12-13: add a pretty license page to the site + + * `.github/workflows/release-on-tag.yml`: really use link-change-latest.sh + * `_config.yml`: bump version 0.0.8 -> 0.0.9