Questions tagged [release-notes]
35 questions
42
votes
7 answers
How should release notes be written?
Is there any sort of guidelines or best practices on how release notes should be written? I guess I am trying to find the proper balance between making the point without being too specific. Also, do developer usually provide a much more release…

DeFiNite
- 583
- 1
- 4
- 7
14
votes
10 answers
Release notes, what for?
What are release notes for and who reads them? Should/could they be automated by just spitting out bug fixes for the current release, or do they warrant careful human editing?
So, anybody with a link to best practices(reasoning behind) in regards…

Ville M
- 2,009
- 7
- 30
- 45
6
votes
2 answers
Generate release notes from Subversion
Is there a way to generate release notes from Subversion comments? Basically I'd be happy if I could just capture the information that you see if you view the log. But if I copy and paste from the log into a text editor, I get a lot of other…

Meg
- 157
- 3
- 8
6
votes
1 answer
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…

Bhimashankar Poddar
- 63
- 1
- 1
- 5
4
votes
2 answers
Flutter: Display Change Log / Release Notes / "What's new" after upgrade to new app version
I'm currently searching for a while how I can implement the following feature with Flutter for Android and IOS apps:
When the application is opened the first time after a version update I'd like to show a dialog with the information what's new in…

Michael72
- 41
- 2
4
votes
1 answer
Semantic Release - Add more sections to auto-generated release notes
I've just finished setting up semantic-release for my node project and made the first release with it:
It seems that only commits with type fix or feat are added to the release notes... I want to be able to show improvement type as well.
Is there a…

Gee VB
- 183
- 3
- 8
3
votes
2 answers
How to get release notes programmatically from jira plugin
I am writing a simple listener for Jira 4.4.1 to manage release artifacts creation upon version release. Since it is a listener - I automatically have versionID.
How can I acquire release notes programmatically from within plugin?
Edit: I want to…

Oleksiy
- 133
- 1
- 7
3
votes
1 answer
in azure devops, How can we tell which stories are in a release candidate?
We use continuous build and deploys up through a test environment, and each changeset is tied to a work item (story). After the build is deployed to an environment, I think we can see every associated story for that build. Question is what has…

Skip Pletcher
- 31
- 2
3
votes
0 answers
How to configure release-drafter based on the commits not the merged pull requests
I'm going to integrate release-drafter to one of our repositories.
The integration is pretty straight forward. But my problem is that once we Squash and Merge a PR to our based branch (develop), we checkout a new branch called release/tagVersion…

Keyhan
- 176
- 1
- 7
3
votes
1 answer
Is there any way to order/group work item type in Azure DevOps release notes
I'm setting up a release notes step in my build pipeline, and I want to group/order work items by type.
In build task for generating release notes step, I add task "Generate Release Notes for Pipeline Builds or Releases" from the market place
The…

Ivan
- 105
- 2
- 8
3
votes
1 answer
Uncaught Error: unknown type: dragend in d3.js v5.4.0
I am using the d3.js v5.4.0.
Here is the error I am getting: Uncaught Error: unknown type: dragend.
It is because I am trying to do the following:
d3.drag()
.subject(function(d){
return {x: d.x, y: d.y};
…

manymanymore
- 2,251
- 3
- 26
- 48
3
votes
0 answers
How to generate Release Notes for Milestones?
So I was wondering how you guys handle generating of release notes for let's say a milestone in GitLab.
What I want is to have for every Issue an option to write some text that is considered a "Release Note".
Then I want an option to automatically…

Markus
- 1,452
- 2
- 21
- 47
2
votes
1 answer
Semantic release - include in CHANGELOG the commit subject, body and footer
I am trying to configure semantic release to include the subject, body and footer of the commit messages in CHANGELOG.md file, not just the subject of commit message, but no success. In my changelog I still have only the short subject of commit…

Peter
- 31
- 3
2
votes
1 answer
Where are FSharp.Core release notes?
Where can I find release notes for FSharp.Core packages (https://www.nuget.org/packages/FSharp.Core/) ? I visited project's site on GH, but apart from a discussion on where these should be put I haven't found much more.
I'm mostly interested in…

LA.27
- 1,888
- 19
- 35
1
vote
0 answers
Add release note to testflight builds from xcode
I want to add release notes to testflight build from Xcode. Below is a tutorial to tell how to do that. but this approach is not working for me. Does anyone have an idea or another way to do…

mychar
- 1,031
- 1
- 11
- 20