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

feat: lock very_good_cli version in workflow #101

Closed
wants to merge 4 commits into from

Conversation

Kirpal
Copy link

@Kirpal Kirpal commented Feb 10, 2023

Description

I added an input which locks the very_good_cli version, in case of breaking changes. Closes #90 .

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

wolfenrain
wolfenrain previously approved these changes Feb 21, 2023
@Kirpal Kirpal requested review from renancaraujo, wolfenrain and felangel and removed request for renancaraujo and wolfenrain February 22, 2023 15:08
@@ -43,6 +43,10 @@ on:
required: false
type: boolean
default: false
very_good_cli_version:
Copy link
Contributor

Choose a reason for hiding this comment

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

See my comment on #90 (comment) about not tightly coupling the public API of the workflow to very_good_cli since very_good_cli is just an implementation detail imo. I think we should instead just restrict the workflow to a specific version range dart pub global activate very_good_cli <0.2.0

Copy link
Contributor

@felangel felangel left a comment

Choose a reason for hiding this comment

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

See comments and lmk what you think

@renancaraujo
Copy link
Contributor

Closing this in favor of this comment

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.

feat: lock the version of the CLI in the workflows
4 participants