You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): add manual version suffix and package exclusion to dev publish
- Support custom version suffixes for manual workflow triggers
- Exclude 'pre' and 'test-utils' from dev publishing
- Simplify auto-publish versions to use only git hash
- Restrict auto-trigger to epic-v*.*.x branches and comment the logic for now
- ✅ Testing new features from epic branches which contains pre-release functionality
50
+
- ✅ Testing new features
41
51
- ✅ Providing feedback on unreleased features
52
+
- ✅ Testing specific feature branches via custom tags (e.g., `@dev-access-client`)
42
53
43
54
**When NOT to use dev versions:**
44
55
- ❌ Production environments
45
56
- ❌ Stable development work
46
57
47
-
**Note:** Dev versions are automatically published when code is merged to `epic-**` branches and sometimes manually published. These versions are unstable and may contain breaking changes or even sometimes broken code.
58
+
**Note:** Dev versions are automatically published when code is merged to `epic-v*.*.x` branches and can be manually published with custom tags. These versions are unstable and may contain breaking changes or even sometimes broken code..
0 commit comments