How to create release notes in bitbucket?

13.6k Views Asked by At

We are using Bitbucket as a remote server for version control system. Project is developed in Java using Eclipse IDE (Luna version). We are using integrated Git feature for managing source code versions with Bitbucket server. So, Is there any way we can create release notes from the comments/messages provided while committing the source code from Eclipse in Bitbucket?

1

There are 1 best solutions below

0
On

As of now, Bitbucket has no "native" way of creating release notes as the ones you could expect to find in, say, GitHub.

The only way I found to create a release notes when working in Bitbucket requires also JIRA, which is the project management tool from the same company (Atlassian).

In short, you would use the release tag in JIRA and all the tickets linked to it to generate the Release Notes (in JIRA itself). Once you have this, you can put the contents wherever you like except, of course, Bitbucket.

This is the official page for this process on Atlassian's website: Create release notes