Overview
Releases in Unlingo are snapshots of your translations that are published and made available for production use. They represent stable, tested versions of your content that applications can reliably consume through the API. Think of releases as Git tags - they create a reference to a specific version of your translations, that you can change on the fly without changing application code.Creating Releases
Create a release and assign an existing versions:- Navigate to your project’s Releases tab
- Click Create Release
- Select the namespace
- Select the version from namespace
- Repeat steps 3-4 if you have multiple namespaces
- Enter release name (e.g.,
1.2.0
) - Add release description (optional)
- Click Create Release
Release Numbering
Releases support various numbering schemes: Semantic Versioning (Recommended):Release Management
Editing Releases
You can modify certain aspects of published releases:- Description: Update description (it won’t affect any usage)
- Namespaces and Versions: You can modify selected namespaces and versions
Deleting Releases
To delete a release:- Go to the Releases tab
- Find the release to delete
- Click the ⋮ menu
- Select Delete Release
- Confirm the deletion
Deleting a release immediately breaks any applications using that release number in their API calls. Ensure no
active integrations depend on the release before deletion.
API Integration
Fetching Release Content
Applications consume releases through the API:Monitoring and Analytics
Release Usage
Track how releases are being used:- API calls per release: Which releases are active
- Language distribution: Most requested languages
- Namespace popularity: Most accessed namespaces
Troubleshooting
Missing translations in release
Missing translations in release
- Problem:
- Release missing some expected translations.
- Solutions:
- Verify release name in API call
- Verify source version had complete translations
- Check if languages were properly included
- Ensure version wasn’t modified during release creation
- Set updated version