Versioning
Versioning lets you show multiple versions of a catalog. A version can be a branch or a tag.
Configure Versions
Open catalog settings.
In the Versions field, specify the branches or tags that should be available.
Save and publish the changes.

The current version is the active working branch. It is always shown first in the version list.
When versioning is enabled, the version switcher is available both on the portal and in the editor. In the editor, selecting a version opens the catalog in read-only mode. To make changes, switch back to the active working branch.

Specifying the pattern
releases/**/*will show all branches and tags whose names start withreleases.To include only tags or only branches, use
refs/tags/tagsfor tags andrefs/heads/headsfor branches. For example, the patternheads/releases/v1.*will show all release branches with major version 1.