microsoft / microsoft/fluentui
[Epic]: make release pipelines more reliable
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 20.3k
- Forks
- 2.9k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 46
Description
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
- to mitigate issues like https://github.com/microsoft/fluentui/pull/27757
✅ 2. Switch to files instead of npmignore
- to mitigate regressions like https://github.com/microsoft/fluentui/pull/27741,
- for rock solid control over what is being shipped ( npmignore and github ignore doesn't work well together )
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
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The entry points mentioned are v-build and the v9 release pipelines; no files or tests are named. Start by tracing those pipelines and their npm publish steps, then define integration coverage for published assets and custom release logic, plus automatic fallbacks for npm registry failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, node.js, typescript
- Domain
- build-system, ci-cd, release
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100