-
```cmd
npx gitmoji-changelog --preset maven
▶ start gitmoji-changelog v2.3.0
ℹ info update ./CHANGELOG.md
ℹ info No custom configuration found
ℹ info use preset maven
✖ e…
-
Hey 👋
I'd like to help you build a SaaS version of gitmoji-changelog!
I've had a look at your package structure and it looks quite good 👍
My only concern is that your CLI entrypoint does contai…
-
I updated npm to v7.6.0 today and now gitmoji-changelog is consistently giving me an error:
```sh
$ npx gitmoji-changelog
/home/sturm/.npm/_npx/989ebc59bfc33b01/node_modules/.bin/gitmoji-changelog:…
-
It could be nice if users could add an action that generate a changelog in their CD pipeline.
-
We could make a website from gitmoji-changelog where user can paste his repository url and generate a changelog:
- full changelog
- choose two tags and generate a changelog with changes between th…
-
Setup a workflow (make target?), prepares the release (creates a tag, creates the changelog based on the emoji commits).
Some tooling to consider:
- gitmoji-changelog
- gitmoji-semver?
- gorel…
-
### Description
commitizen check failed using the "cz-conventional-gitmoji"
### Steps to reproduce
1. conda create virtualenv
2. conda activate the virtualenv
3. poetry add commitizen
4. p…
-
gitmoji-changelog should handle monorepo. Currently we use tags to get a list of versions and commits for those. A monorepo can have multiple packages having independent versions. We need to find a so…
-
- gitmoji-cli
- gitmoji-changelog
- k-ramel
- k-redux-router
-
Any idea why this:
```
$ npx -p commitlint -p "commitlint-config-gitmoji" commitlint --from "origin/${CI_DEFAULT_BRANCH}" --to HEAD
npm WARN exec The following packages were not found and will be …