Skip to content

fix(ci): make sure to generateUsage help files before triggering build #4

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

Open
wants to merge 1 commit into
base: feature/manually-commit-chocolatey-bucket
Choose a base branch
from

Conversation

simschla
Copy link
Contributor

@simschla simschla commented Jun 4, 2025

this makes sure that when README.md is updated with latest version number(s), there is also an up-to-date collection of usage help files available. This is required, because even when using a dependency to generateUsage task, the config phase of spotlessMarkdownApply has already picked up the empty/non-existing files, even though they would be available when the task is actually run...
so by generating the files before hand, we make sure they are available in config phase of spotlessMarkdownApply.

this makes sure that when README.md is updated with latest version
number(s), there is also an up-to-date collection of usage help files
available. This is required, because even when using a dependency to
`generateUsage` task, the config phase of spotlessMarkdownApply has
already picked up the empty/non-existing files, even though they would
be available when the task is actually run...
so by generating the files before hand, we make sure they are available
in config phase of spotlessMarkdownApply.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant