How can I see the Bitbucket repositories' code release version, version history, and change log

Dan Zietlow
Contributor
November 15, 2024

 

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?

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 19, 2024

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:

Screenshot 2024-11-19 at 11.27.05.png

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:

  • What are working versions?
  • By 'version history', do you mean the list of all tags that were added to the repo, or the changes/diff in the source code between different tags?
  • By 'change log', do you mean the changes/diff in your source code between tags, or do you have a file named Changelog in the repo and you want to retrieve that?

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events