arvinxx / gitmoji-commit-workflow

😉 Gitmoji Commit Workflow
MIT License
220 stars 27 forks source link

Stick to english #17

Closed iuscare closed 3 years ago

iuscare commented 3 years ago

Hey there, could we stick to english or be able to modify the title types of the changelog?

arvinxx commented 3 years ago

yeah,that's ok. I will add this feature tomorrow -> By default stick to english and also you can switch your language in configuration.

iuscare commented 3 years ago

Thanks! Played a little bit with your configuration after I saw the appealing commits in your repos. Well done!

arvinxx commented 3 years ago

yeah, it's really a pleasure way to wirte commit in gitmoji ways with Angular commit style, which I call Gitmoji Commit Message style 😄 I will also write an article to introduce it soon.

iuscare commented 3 years ago

Already read your motives in your article written in your native language after google translated it 😄

Btw.: I dunno if it is already possible by using writerOpts within the @semantic-release/release-notes-generator config, but it would also be helpful, to be able to add or delete additional CommitTypes, which should be written into the changelog (e.g. one could prefer to add doc type commits or delete refactoring type commits and so on).

arvinxx commented 3 years ago

yeah. Actually I have done a little configuartion for changelog.(I'm not writting doc by now).

For example. You can see the .changelogrc.js file , that there is a param of displayTypes to show the types you want to display in changelog.(in this repo you can find that only some of types are display in changelog) beside, i have made an another param 'scopeDisplayName' to map the scope in commit to changelog name. It work will on this repo and my other project like power-yuque .

As for next step, I have a plan to add more config like just ignore some type to display, trigger whether using emoji in changelog, customize the title for each type and so on. If you have any demand, welcome to post issues~😄

arvinxx commented 3 years ago

@iuscare hi, conventional-changelog-gitmoji-config@1.4.0 is released. please check the configuration

iuscare commented 3 years ago

You literally rock! Not only do you provide an appealing repo look, but also a workflow for organizing and keeping a much cleaner repo! Thank you so much :-)