Library
All
Describe the feature that you would like added
At the moment v-build and anyone triggering v9 release is noticed only when it's already too late - broken release 🥲.
We need to improve current situation in 2 areas.
✅ 1. Adding integration tests to make sure following things works:
- we always publish to npm expected assets
- custom logic used within release pipelines works
✅ 2. Switch to files instead of npmignore
3. Fallbacks when things out of our control fail:
Npm registry failures:
We need to implement proper fallback behaviours for cases where npm registry errors during npm publish.
This situation puts repo into invalid state, which blocks every contributor. Only remedy ATM is to manually trigger beachball , create PR and merge, which is far from ideal.
We need to implement some graceful fallback mechanism for these situations which is fully automatic.
Have you discussed this feature with our team
v-build
Additional context
No response
Validations
Library
All
Describe the feature that you would like added
At the moment v-build and anyone triggering v9 release is noticed only when it's already too late - broken release 🥲.
We need to improve current situation in 2 areas.
✅ 1. Adding integration tests to make sure following things works:
✅ 2. Switch to
filesinstead ofnpmignore3. Fallbacks when things out of our control fail:
Npm registry failures:
We need to implement proper fallback behaviours for cases where
npmregistry errors duringnpm publish.This situation puts repo into invalid state, which blocks every contributor. Only remedy ATM is to manually trigger beachball , create PR and merge, which is far from ideal.
We need to implement some graceful fallback mechanism for these situations which is fully automatic.
Have you discussed this feature with our team
v-build
Additional context
No response
Validations