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

🔧 Publish all packages in one workflow #3775

Merged
merged 34 commits into from
Apr 21, 2023
Merged

🔧 Publish all packages in one workflow #3775

merged 34 commits into from
Apr 21, 2023

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Apr 20, 2023

Up-to-now each package being published triggered its own fresh workflow. It means that in addition to the one launched for main, we also pushed one for each tag.

We want to avoid relaunching workflows in such case and just have a re-lauchable step that could read tags at commit level when executed and publish versions accordingly.

Category:

  • ✨ Introduce new features
  • 📝 Add or update documentation
  • ✅ Add or update tests
  • 🐛 Fix a bug
  • 🏷️ Add or update types
  • ⚡️ Improve performance
  • Other(s): ...

Potential impacts:

  • Generated values
  • Shrink values
  • Performance
  • Typings
  • Other(s): ...

Up-to-now each package being published triggered its own fresh workflow. It means that in addition to the one launched for main, we also pushed one for each tag.

We want to avoid relaunching workflows in such case and just have a re-lauchable step that could read tags at commit level when executed and publish versions accordingly.
@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 20, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit bf5c438:

Sandbox Source
Vanilla Configuration
@fast-check/examples Configuration

@dubzzz
Copy link
Owner Author

dubzzz commented Apr 20, 2023

@dubzzz dubzzz merged commit 124827a into main Apr 21, 2023
10 checks passed
@dubzzz dubzzz deleted the poc-multi-publish branch April 21, 2023 06:21
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.

None yet

1 participant