- Update R and Python virtual environments

- Add GH actions CI support for tests and docker
- Add release and test badges to README
pull/108/head v0.3.0
JulioV 2020-12-20 18:35:54 -05:00
parent 5551a1e6f3
commit 29e3d9bf37
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,6 @@ jobs:
git config user.email github-actions@github.com
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- run: echo "DOCS_TAG=$(echo $RELEASE_VERSION | sed -n "s/v\([0-9]\+\.[0-9]\+\).*$/\1/p")" >> $GITHUB_ENV
- run: git pull --all
- if: startsWith(github.ref, 'refs/tags')
run: mike deploy --push --update-aliases $DOCS_TAG latest
- if: ${{ github.ref == 'refs/heads/develop' }}

View File

@ -1,7 +1,9 @@
# Change Log
## next release (0.3.0)
## 0.3.0
- Update R and Python virtual environments
- Add GH actions CI support for tests and docker
- Add release and test badges to README
## v0.2.6
- Fix old versions banner on nested pages
## v0.2.5