How can I see the Bitbucket repositories' current released code version, working versions, version history, and change log for all my group's Bitbucket repositories?
Hi Dan,
Are you using Git tags in your repositories to mark release points, e.g. v1.0, v2.0 and so on? If so, tags are displayed on the Commits page of a repository, right after the commit message. See an example screenshot:
The tag v1.15.2 is added to this specific commit.
Please keep in mind that the Commits page of the repo shows only commits on the repo's main branch by default. You can select the option Show all right above the commit list to see all commits (and tags associated with these commits).
There is no page that shows tag info for all repositories, you need to open each repository's page to view this. However, you could use our APIs to retrieve this info for all repos:
This API endpoint will get all repositories in a workspace that you have access to:
The following API endpoint can be used to list tags in a certain repository:
I'm not sure what you mean by working versions, version history, and change log:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.