You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that this would be desirable. It would require to add complexity to this (very simple) action though, as it would require knowledge of all existing Doxygen versions. I am open to suggestions and PRs.
Feature Request
Hello, author of doxygen-install.
I hope that this GitHub Action can support 'MAJOR.MINOR' or 'MAJOR' pattern for 'version' field.
Just like what the following GitHub Actions support:
For example. Suppose that:
1.y.z
release of Doxygen is1.11.0
1.11.z
release of Doxygen is1.11.0
1.10.z
release of Doxygen is1.10.0
1.9.z
release of Doxygen is1.9.8
I hope that this GitHub Action can automatically compute what the latest release the given pattern version is:
To install the latest
1.y.z
release of Doxygen:We can get
1.11.0
release of Doxygen installed.To install the latest
1.11.z
release of Doxygen:We can get
1.11.0
release of Doxygen installed.To install the latest
1.10.z
release of Doxygen:We can get
1.10.0
release of Doxygen installed.To install the latest
1.9.z
release of Doxygen:We can get
1.9.8
release of Doxygen installed.Versions
v1.5.0
The text was updated successfully, but these errors were encountered: