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

Fix isLatest calculation in CI and move tool to new CLI #11628

Merged
merged 37 commits into from Aug 24, 2022

Conversation

tylerbutler
Copy link
Member

@tylerbutler tylerbutler commented Aug 22, 2022

Replaces PR #11537

Alternative approach to fixing the isLatest calculation in CI.

  1. Refactored existing buildVersion command to a lib module and a main module, to make it easier to export the minimum stuff from build-tools.
  2. Created a new command in the new CLI tools, generate buildVersion.
  3. Updated CI to install the new build-cli package as part of the pipeline.
  4. Use new CLI to run buildVersion in CI.

@github-actions github-actions bot added area: build Build related issues base: main PRs targeted against main branch labels Aug 22, 2022
@tylerbutler tylerbutler changed the title buildVersion experiment Fix isLatest calculation in CI and move tool to new CLI Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build related issues base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants