Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create release notes in bitbucket?

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?

like image 791
Bhimashankar Poddar Avatar asked Nov 17 '22 14:11

Bhimashankar Poddar


1 Answers

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.

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

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

like image 197
Luis Rebollo Avatar answered Dec 31 '22 02:12

Luis Rebollo