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.

Prerelease, release and changelog

See original GitHub issue

Hi, I publish prereleases versions of my package and everything works fine, but once the release is ready, I would like to combine all the commits from the prereleases in the release changelog. Is there a way to do this ?

I tried the { skip: { changelog: true} } config for prereleases, but it doesn’t help since the commits are releated to tags.

Thank you, Aurélien

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:26
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
pmcalmeidacommented, Feb 5, 2018

I was able to go around this by skipping the tag and changelog on prerelease, so on the next release it will generate the changelog based on the last actual release. yarn release --prerelease beta --skip.changelog=true --skip.tag=true

6reactions
alviscommented, Oct 1, 2021

Ideally, change logs should be generated in related to its tag (ie changes among pre release tags & changes among release tags).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pre-Release Notes for Release 20.07.28 - IBM
Present feature enhancements and usability and performance improvements that are introduced in this release. Document changes in system requirements, if ...
Read more >
2.0 Pre-release Changelog - Montreal Forced Aligner
Getting closer to stable release! Fixed some bugs in how transcription and alignment accuracy were calculated. Added additional information to evaluation output ...
Read more >
Nightly Build Notes for Alpha Anywhere - AWS
IMPORTANT: The nightly builds (previously called the 'pre-release' builds) are only ... These features/fixes will be included in the next official Update.
Read more >
How to automate your releases, versioning & release notes ...
PATCH version when you make backwards-compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.
Read more >
Common Changelog
After a round of prereleases that each had a changelog entry, the entry for the release could simply state Stable release based on...
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