diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index ae0602e8f..96cdb983f 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -25,7 +25,7 @@ jobs: if: ${{ github.event_name == 'release' }} shell: bash run: | - TAG="${GITHUB_REF#refs-tags/}" + TAG="${GITHUB_REF#refs/tags/}" TAG="${TAG/\//-}" mkdir -p doxygen/docs/versions sudo mv doxygen/docs/html doxygen/docs/versions/${TAG} diff --git a/CHANGELOG.md b/CHANGELOG.md index 559652986..ca27815f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ Release Versions: - [2.0.0](#200) - [1.0.0](#100) +## Upcoming changes (in development) +- Fix tag generation for release docs (#225) + +### Pending TODOs for the next release + +- Including a quaternion extension (numpy-quaternion, pyquaternion, ...) +for binding the Eigen::Quaternion to a specific object in Python. + ## 4.1.0 Version 4.1.0 contains a few improvements to the behaviour and usage of the libraries,