-
When running `gitmoji-changelog`, ask user if he wants to add the badge [![gitmoji-changelog](https://img.shields.io/badge/Changelog-gitmoji-brightgreen.svg)](https://github.com/frinyvonnick/gitmoji-c…
-
Please consider adding a changelog to the project. I think a file in the repo is friendlier than relying on GitHub's Releases functionality, but I'd even settle for that. Fortunately, the project is …
-
## Stacktrace
```
Error: awesomeversion is not a valid semver version.
at getChangelog (/Users/ben/Developer/gitmoji-changelog/packages/gitmoji-changelog-cli/src/cli.js:138:11)
```
## Env…
-
### Idea
Put the release changelog into github `release` pages.
We maybe need to add `plugins` to gitmoji-changelog (or middlewares in userland)
### Cons
Maybe this is not the scope of `gitmoji-…
-
https://github.com/release-it/release-it is very useful to manage the release process.
It manage a changelog by default. But for project with gitmoji convention, we could create a plugin to integra…
-
It would be great if gitmoji-changelog can be interfaced with lerna publish.
One idea could be to use the last pushed lerna tag
Maybe this workflow?
1. publish with lerna
2. run gitmoji-change…
-
### Idea
Maybe we can do something like:
- `gitmoji-changelog prepare`
And the CLI ask us wich version we want next, like `lerna publish` do (or @lerna/versions ?):
- 1.0.0 (major)
- 0.1.0 (…
-
I was trying to work with the new feature (#155), suggested in #154, that allow the users to add a configuration file to customize the commit mapping. I tried to implement this for the next release of…
-
Uncouple cli from input and ouput, so we can have multiple input sources and output sources
### Input sources
- http
- fs
### Output sources
- http
- fs
### Format
- json
- mark…
-
- Handle automatically multiple technologies (node, maven, makefile, config file if nothing found)
- 2 versions of middleware one that respect data format handled by gitmoji-changelog and a second on…