Push a new Theme Version
After finishing your code changes, you can release a new version using Theme Repository
In your source environment (ex: your dev environment), inside Testeur on the list of page templates, click on "Push a new version".

This will open a popup with the 3 required information
Name
This is the name that will be visible later in the dropdown when selecting a version. Feel free to use any name that makes sense for your team. Some like to use a version number (release-25), other teams use SemVer, etc..
Description
A description of the version, useful to add more context like a release note to a version.
Tag
Allows filtering of your versions, to indicate the stability of the version.
On production platform, only the versions tagged as "production" will be visible, to prevent someone from selecting by mistake a "preprod" version
The name, description and the tag can be edited later in case your made a mistake.

After clicking on Add, a new version of your theme will be generated with your current code.
Galaxy will send the version to Theme Repository, with the name, tag and description
Make sure you have committed and pushed all your changes before adding a new version. Theme Repository is not a substitute for git. If you forget it, when another developer has to work again on the theme, he will not have your changes.
Last updated