question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

$NUMBER is missing from release

See original GitHub issue

Hi

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:closed
  • Created a year ago
  • Reactions:12
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jetersencommented, Sep 15, 2022

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 😃

1reaction
srivarracommented, Sep 9, 2022

So the change-template parameter should be adjusted correct?

From for example, change-template: '- $TITLE @$AUTHOR (#$NUMBER)' to change-template: '- $TITLE @$AUTHOR ([#$NUMBER]($URL))'

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found