gitmoji-changelog icon indicating copy to clipboard operation
gitmoji-changelog copied to clipboard

A changelog generator for gitmoji 😜

Results 53 gitmoji-changelog issues
Sort by recently updated
recently updated
newest added

We should update version number for markdown and core packages. It is not a real problem since there is the caret until we publish a major version.

bug

![image](https://user-images.githubusercontent.com/13099512/148030612-0f1f4d39-207c-42ee-af24-dc5c6225da6e.png)

bug

It could be nice if users could add an action that generate a changelog in their CD pipeline.

enhancement
assigned

Add a new preset for asp.net core projects that gets the project data form the `.sln` and `.csproj` files.

I implemented a naive version of the gitmoji-changelog website. ![gitmoji-changelog-website](https://user-images.githubusercontent.com/13099512/72843094-18631c00-3c9a-11ea-8f32-cd8cc70a75d1.gif) To test it locally you must first start the server: ```sh cd src/packages/gitmoji-changelog-server export PORT=9999 yarn start ``` Then start...

work in progress

Feature Request to provide commandline options allowing to specific the commits to build a changelog for. Usage: `gitmoji-changelog generate [--version ] [...latest commit]` This would allow for generating an organized...

enhancement

PR: https://github.com/frinyvonnick/gitmoji-changelog/pull/155

documentation

- Maven : https://github.com/frinyvonnick/gitmoji-changelog/pull/172 - Generic : https://github.com/frinyvonnick/gitmoji-changelog/pull/160

documentation

## Feature request Use [update-notifier](https://www.npmjs.com/package/update-notifier) to notify users if they're using an older version.

enhancement
good first issue

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...

enhancement
idea