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
fix(ci): create packages with correct pre-release versions
- Move package creation after semantic-release to use correct version from git tags
- Skip project file version updates for pre-release branches
- Skip git commits for pre-release branches (only create tags and GitHub releases)
- Use -p:PackageVersion parameter to set correct version during pack
This should create v1.0.0-pre.3 packages with the correct pre-release version.
0 commit comments