$NUMBER is missing from release
See original GitHub issueHi
I’ve suddenly started getting missing PR numbers from the draft.
Changes
Feature/very special @jonny7 ()
🚀 Features
Release Candidate with new features @jonny7 ()
🧰 Maintenance
Release Candidate with new features @jonny7 ()
This is my release-draft
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
prerelease: true
autolabeler:
- label: 'chore'
files:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'
body:
- '/JIRA-[0-9]{1,4}/'
template: |
## Changes
$CHANGES
And I’m running it on these events
on:
pull_request:
types:
- closed
branches:
- 'release/**'
- uses: release-drafter/release-drafter@v5
with:
disable-autolabeler: true
config-name: release-drafter.yml
commitish: main
publish: true
version: 1.0.0
name: 1.0.0
tag: 1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
It was working fine, but I’m not sure the cause of it stopping.
Issue Analytics
- State:
- Created a year ago
- Reactions:12
- Comments:5 (2 by maintainers)
Top Results From Across the Web
What do the missing numbers in the Release pipeline mean?
In our release pipelines, sometimes there are missing sequence numbers. Does this mean that for some reason that release did not get far...
Read more >Twilio number is missing from account
It's possible you or a colleague accidentally deleted this number from your account, either by clicking “Release” on the number's page or by...
Read more >Prod. Order won't release after Auto. Batch Determination with ...
So far I have been unsuccessful in releasing the order if there are still missing parts. The error is "You must enter the...
Read more >Missing (2023 film) - Wikipedia
Missing is scheduled to be released in the United States on January 20, 2023, by Sony Pictures Releasing.
Read more >ASP.NET Core missing line numbers in exception
I added System.Diagnostics.StackTrace to project.json, but line numbers are still missing, even with debugger. When I change Core framework project to full .NET ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Seems the issue is resolved. https://github.com/release-drafter/release-drafter/releases/tag/v5.21.0 I haven’t changed the template and number is generated again 😃
So the
change-templateparameter should be adjusted correct?From for example,
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'tochange-template: '- $TITLE @$AUTHOR ([#$NUMBER]($URL))'