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.

Let the user choose what commits he wants in the changelog

See original GitHub issue

First of all, thanks for this awesome lib 👍

Feature Request

Describe your idea The user might want to manually select commits he wants in his changelog.

Describe what you’d like When running gitmoji-changelog, display the list of commits and let the user unselect (all commits would be selected by default) the commits he don’t want to add in the changelog.

Example :

> gitmoji-changelog
▶  start     gitmoji-changelog v1.1.0
Choose commits :
- [x] 🐛Fix bug
- [ ] 🔥Remove file
- [x] 📝Add doc

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
frinyvonnickcommented, May 13, 2019

No problem, take your time and don’t hesitate to ask for help. We could pair it if you want 😉

1reaction
kefranabgcommented, May 13, 2019

Why not, but I cannot guarantee when 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git Cherry Pick: Getting the Exact Commit You Want | CloudBees
In this post, we'll take a comprehensive look at how cherry picking works in git along with examples and visuals.
Read more >
How to change the commit author for a single commit?
Use git push -f to update your origin with the updated commits. ... However, if you want to change more than one commits...
Read more >
A Beginner's Guide to Git — What is a Changelog and How to ...
You want to share the changes you made with your users, but you don't know how. Well, then this article is for you....
Read more >
How To Cherry Pick Git Commits - devconnected
The git cherry-pick is a very useful command. It takes changes from a specific commit and applies them to your current branch in...
Read more >
Committing and reviewing changes to your project
In the list of changed files, select the files where you want to discard the changes since the last commit. · Click Discard...
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