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

[Feature Request] Skip packages from being versioned and published #21

Open
offirgolan opened this issue Oct 22, 2024 · 3 comments
Open

Comments

@offirgolan
Copy link

👋 Hi @benduran!

I'd like to make a feature request to add the ability to skip packages from being both versioned/tagged and published. We have some private packages/apps that we don't want to always version every time we update a dependent package (but we do want to update their dependencies). Since we have pipelines that monitor those private app's tags, we want to have more control over when we version and tag them.

Some options:

  • CLI: npx turbo-tools publish --skip-package my-app
  • Config: Add version.checkCanVersion
@benduran
Copy link
Owner

benduran commented Oct 23, 2024 via email

@offirgolan
Copy link
Author

Doing well, thanks for asking! I hope you're doing well also 😄

Yes, that's correct. For example, lets say I have app A which is dependent on packages X and Y. I want to be able to version and publish X and Y but I'm not ready to version A. I still want A's dependencies to be updated but A should not be versioned, tagged, or published.

@benduran
Copy link
Owner

benduran commented Oct 29, 2024 via email

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

No branches or pull requests

2 participants