From 33a1c4887c191cdc7bd7cdc132423da5889ca7c5 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 20 Feb 2024 06:50:55 -0800 Subject: [PATCH 1/2] 0.12.0rc1 Signed-off-by: Stephen Curran --- .github/workflows/publish-docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 5ed82add33..82cbdd3554 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -43,11 +43,10 @@ jobs: [[ "${{ github.ref }}" == "refs/tags/"* ]] && ALIAS=$(echo $VERSION | sed -e 's/^v//') # Copy all of the root level md files into the docs folder for deployment, tweaking the relative paths for i in *.md; do sed -e "s#docs/#./#g" $i >docs/$i; done - # Create overrides folder, populate it for version, and then move to not apply if VERSION is main branch - mkdir overrides + # Populate overrides for the current version, and then remove to not apply if VERSION is main branch echo -e "{% extends "base.html" %}\n\n{% block outdated %}\n You are viewing the documentation for ACA-Py Release $VERSION.\n{% endblock %}" >overrides/base.html # If building from main, use latest as ALIAS - [ "$VERSION" == "main" ] && ALIAS=latest && mv overrides/base.html overrides/base.txt + [ "$VERSION" == "main" ] && ALIAS=latest && rm overrides/base.html echo $VERSION $ALIAS mike deploy --push --update-aliases $VERSION $ALIAS mike set-default latest From 96df9d0a637d8a9ef4c817be658ffe43c1b318fc Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 20 Feb 2024 06:52:49 -0800 Subject: [PATCH 2/2] Changlelog update Signed-off-by: Stephen Curran --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e081ac98..45c584ede3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -134,6 +134,7 @@ There are no breaking changes in 0.12.0rc1. - Update snyk workflow to execute on Pull Request [\#2658](https://github.com/hyperledger/aries-cloudagent-python/pull/2658) [usingtechnology](https://github.com/usingtechnology) - Release management pull requests + - 0.12.0rc1 [\#2800](https://github.com/hyperledger/aries-cloudagent-python/pull/2800) [swcurran](https://github.com/swcurran) - 0.12.0rc1 [\#2799](https://github.com/hyperledger/aries-cloudagent-python/pull/2799) [swcurran](https://github.com/swcurran) - 0.12.0rc0 [\#2732](https://github.com/hyperledger/aries-cloudagent-python/pull/2732) [swcurran](https://github.com/swcurran)