Yvonnick FRIN

Results 33 issues of Yvonnick FRIN

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

enhancement
question

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

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

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

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

Publish gitmoji-changelog on GitHub registry.

idea

I just published a version using `lerna version` since I can't figure out how to use correctly `lerna publish`. Firstly I used the command `lerna version premajor` to bump an...

enhancement