Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest version in release & dev docs workflows #503

Closed
wants to merge 1 commit into from

Conversation

infotexture
Copy link
Member

@jelovirt Our docs CI workflows have been stuck on a hard-coded version 4.0.1 for a while now.

This PR manually bumps them both to the latest version 4.1.2, but we should explore options for automating or parameterizing this to always use the latest tagged version from the master branch.

Any ideas?

@infotexture infotexture added the build Ant/Gradle build scripts & CI/CD issues label Oct 9, 2023
@infotexture infotexture requested a review from jelovirt October 9, 2023 20:54
@@ -6,7 +6,7 @@ inputs:
default: 'master'
DITA_OT_VERSION:
description: 'DITA-OT version used for rendering'
default: '4.0.1'
default: '4.1.2'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jelovirt Could we use a variable here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the default value for the variable. So in a way it's already a variable.

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
env:
WEBSITE_PLUGIN_BRANCH: 'master'
DITA_OT_VERSION: '4.0.1'
DITA_OT_VERSION: '4.1.2'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

— or here?

@jelovirt
Copy link
Member

This PR is replaced by #512 that was generated by CI.

@jelovirt jelovirt closed this Nov 10, 2023
@jelovirt jelovirt deleted the feature/use-latest-toolkit-in-ci branch November 10, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Ant/Gradle build scripts & CI/CD issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants