- Update R and Python virtual environments
- Add GH actions CI support for tests and docker - Add release and test badges to READMEpull/108/head v0.3.0
parent
5551a1e6f3
commit
29e3d9bf37
|
@ -26,7 +26,6 @@ jobs:
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
- 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: 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')
|
- if: startsWith(github.ref, 'refs/tags')
|
||||||
run: mike deploy --push --update-aliases $DOCS_TAG latest
|
run: mike deploy --push --update-aliases $DOCS_TAG latest
|
||||||
- if: ${{ github.ref == 'refs/heads/develop' }}
|
- if: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## next release (0.3.0)
|
## 0.3.0
|
||||||
- Update R and Python virtual environments
|
- 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
|
## v0.2.6
|
||||||
- Fix old versions banner on nested pages
|
- Fix old versions banner on nested pages
|
||||||
## v0.2.5
|
## v0.2.5
|
||||||
|
|
Loading…
Reference in New Issue