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.

Option to create changelog when bumping version

See original GitHub issue

Description

Currently you can only generate or update the changelog when running publish, but it would be useful in some instances to only update the changelog and bump the version without publishing. As it exists now the changelog command only prints to stdout.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:6
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
raddessicommented, May 27, 2022
1reaction
czeecommented, Aug 11, 2021

Sorry for the late reply. I think everything you mentioned, @laercio-barbosa is optimal taking into account what @relekang said. So, no changelog command that bumps version, but is still able to create a changelog when other commands are run.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to bump/generate changelog and commit/push ... - GitHub
1: bump and generate the changelog with standard-version --skip-commit; let me build my artifact and embed the freshly updated CHANGELOG.md and ...
Read more >
Generating changelog automatically with Standard Version
When Standard Version runs, it figures out the changelog and the version by comparing the changes with the latest tag version on your...
Read more >
Automatically generate and release a changelog using Node.js
Use the Conventional Commits format to automatically generate and release a changelog for your project that follows semantic versioning.
Read more >
How To Automatically Generate A Helpful Changelog From ...
Creating a changelog is a usual task if a new software version is going to be released. It contains all the changes which...
Read more >
How to generate Changelog using Conventional Commits
do a version bump (MAJOR, MINOR, PATCH) · create a git tag that can be pushed with the --tags option · generate a...
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