BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
228 / 279 · Module 15 — Deployment and Operations · filtered: code← prev⊞ allnext →

15.19Versioning

Typical artifact versions:

1.0.0
1.0.1
1.1.0
2.0.0

Semantic versioning may be used organizationally.

Maven also uses:

1.2.4-SNAPSHOT

for development snapshots.

Current MuleSoft CloudHub 2.0 documentation warns against deploying changeable snapshot assets into production.

So interview answer:

“I'd deploy immutable release versions to production, not mutable snapshots.”

Good.