Questions tagged [release-notes]
35 questions
1
vote
1 answer
Release Notes not picked up my renovate bot
We are using [RenovateBot] (https://docs.renovatebot.com/) for automatic dependency management. We get the Pull requests created automatically, but the PRs don't show the release notes. Has anyone faced this issue?

Aswani Ramaswamy
- 11
- 1
1
vote
0 answers
Jira velocity release notes - linked issues, attachment and release date var
maybe you guys can help me.
I would like to edit the release notes and started to build my own vm file. So far so good.
Unfortunately I still can't find any reasonable documentation for the single possible VTL variables. Is there any at all?
I could…

lucky_newby
- 43
- 1
- 7
1
vote
0 answers
Release Notes generation
Is there a way to automatically generate Release Notes for releases in Azure DevOps pipeline but source code in BitBucket?
First, I tried extension XplatGenerateReleaseNotes but it doesnt work with BitBucket due to Azure DevOps API…

irriss
- 742
- 2
- 11
- 22
1
vote
0 answers
Where can I find release notes/changelog for ubuntu AWS AMIs - Release 20190816?
I use this site to locate latest release AMI for ec2.
https://cloud-images.ubuntu.com/locator/ec2/
Recently, I have updated my AMI from 20190514 release to 20190816. I have tomcat server in the instance. Observed that catalina logs are showing…

Swati Suwalka
- 51
- 4
1
vote
1 answer
Not able to create github release notes using http post call
I am trying to publish the github release notes via Java REST service. The have achieved the same by writing the sh script and using curl post call.
I have written the code to do POST call using HttpUrlConnection by passing the JsonObject data.
…

Rupesh Patil
- 109
- 2
- 10
1
vote
1 answer
Is there a utility/tool that will extract Git comments into a nice release notes document?
I would like to extract Git comments of a specific application branch into a formatted release notes for a specific application version.
I can extract it to a text file or copy the revision history from VS2017 to Excel, but it requires some…

Mark Shteinberg
- 11
- 1
0
votes
0 answers
Where can I find change log for NuGet package System.Memory?
The .NET NuGet package System.Memory has 2.3 billion downloads, but the release notes tab at https://www.nuget.org/packages/System.Memory contains a link to https://github.com/dotnet/core/tree/main/release-notes which does not appear to contain the…

Nitramk
- 1,542
- 6
- 25
- 42
0
votes
0 answers
Use git log entries to create release notes, without stumbling into cherry picks
I have "main" and "release" branches.
People actively commit to "main" and once a month we make a new release. Not everything in main should go into the release branch, but we must pick and choose individual commits.
Let's say that in main we have…

Stefano Masini
- 452
- 3
- 11
0
votes
0 answers
Generating Release Notes using AWS CodeCommit and Amplify
I'm currently using AWS CodeCommit for git repo version control and Amplify to build/serve my files.
I need to create release notes, as an exported file, when a merge is done against my main branch and preferably update my package.json version for…

dcp3450
- 10,959
- 23
- 58
- 110
0
votes
0 answers
XplatGenerateReleaseNotes plugin not returning "return_parents_only"
im using XplatGenerateReleaseNotes plugin for my release notes in AzureDevops.
Im using the return_parents_only helper but its not working, and i dont know why...
Here is my template:
## Return Parents Only
{{#return_parents_only this.workItems…

Froostx
- 1
0
votes
0 answers
Spring Cloud Stream 4.0 Release Notes?
We are currently using SCS v3.2 and I was wondering if there are any release notes for 4.0 in terms of breaking changes/deprecations? I know the annotation model is one item (which is fine for us - we started on the functional model).
I checked…
0
votes
1 answer
Enhanced Domains - What to Check in your Org?
As you know Salesforce is enforcing Enhanced Domains. I found from Salesforce help that:
Custom components in your org must be evaluated in order to check
whether they use domain name/static URLs
Some embedded content stored in Salesforce might no…
0
votes
0 answers
Handle empty fields - handlebarjs
I'm using XplatGenerateReleaseNotes plugin for my release notes.
I want to handle my #if that recognizes when a custom field is empty. I found in the plugin source code that there is a helper called "isEmpty", but I can't get it to work.
Here is my…

Froostx
- 1
0
votes
1 answer
Add a hyperlink in AppCenter Release Notes
is it possible to add a hyperlink in AppCenter's Release Notes.
BTW I am using Fastlane to push the build and to add the Release Notes as well.
Thanks.

Niib Fouda
- 1,383
- 1
- 16
- 21
0
votes
1 answer
Is there a way to make a release note in GitHub downlodable in PDF or any other text file?
I am making use of a GitHub Actions using release-drafter which automates the whole process of release notes but I need those notes also in PDF and I could not find any information about PDF in the release-drafter documentation. I wonder if there is…

Angel Hadzhiev
- 664
- 2
- 6
- 20