Skip to content

Commit 4d1f7fe

Browse files
authored
Merge pull request #2800 from swcurran/0.12.0rc1
0.12.0rc1-tweak
2 parents ac54189 + 8d4add3 commit 4d1f7fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ jobs:
4343
[[ "${{ github.ref }}" == "refs/tags/"* ]] && ALIAS=$(echo $VERSION | sed -e 's/^v//')
4444
# Copy all of the root level md files into the docs folder for deployment, tweaking the relative paths
4545
for i in *.md; do sed -e "s#docs/#./#g" $i >docs/$i; done
46-
# Create overrides folder, populate it for version, and then move to not apply if VERSION is main branch
47-
mkdir overrides
46+
# Populate overrides for the current version, and then remove to not apply if VERSION is main branch
4847
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
4948
# If building from main, use latest as ALIAS
50-
[ "$VERSION" == "main" ] && ALIAS=latest && mv overrides/base.html overrides/base.txt
49+
[ "$VERSION" == "main" ] && ALIAS=latest && rm overrides/base.html
5150
echo $VERSION $ALIAS
5251
mike deploy --push --update-aliases $VERSION $ALIAS
5352
mike set-default latest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ There are no breaking changes in 0.12.0rc1.
134134
- Update snyk workflow to execute on Pull Request [\#2658](https://github.com/hyperledger/aries-cloudagent-python/pull/2658) [usingtechnology](https://github.com/usingtechnology)
135135

136136
- Release management pull requests
137+
- 0.12.0rc1 [\#2800](https://github.com/hyperledger/aries-cloudagent-python/pull/2800) [swcurran](https://github.com/swcurran)
137138
- 0.12.0rc1 [\#2799](https://github.com/hyperledger/aries-cloudagent-python/pull/2799) [swcurran](https://github.com/swcurran)
138139
- 0.12.0rc0 [\#2732](https://github.com/hyperledger/aries-cloudagent-python/pull/2732) [swcurran](https://github.com/swcurran)
139140

0 commit comments

Comments
 (0)